Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
f8832ace
Commit
f8832ace
authored
Mar 30, 2009
by
Leigh B. Stoller
Browse files
More debugging for the failing tunnels.
parent
28b8929e
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniAggregate.pm.in
View file @
f8832ace
...
...
@@ -915,6 +915,11 @@ sub Create($$$$$$)
$
ctrlip1
=
$
ref
->{
'IP'
}
if
($
ref
->{
'role'
}
eq
"ctrl"
);
}
if
(
!defined($ctrlip1)) {
print
STDERR
"Could get control IP for "
.
"$node1ref->{'node_uuid'} at $component
\n
"
;
goto
bad
;
}
}
if
(
defined
($
node2sliver
))
{
my
$
node2
=
Node
->
Lookup
($
node2ref
->{
'node_uuid'
});
...
...
@@ -971,6 +976,11 @@ sub Create($$$$$$)
$
ctrlip2
=
$
ref
->{
'IP'
}
if
($
ref
->{
'role'
}
eq
"ctrl"
);
}
if
(
!defined($ctrlip2)) {
print
STDERR
"Could get control IP for "
.
"$node2ref->{'node_uuid'} at $component
\n
"
;
goto
bad
;
}
}
#
print
STDERR
"$ip1, $ip2, $ctrlip1, $ctrlip2
\n
"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment