Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
f8832ace
Commit
f8832ace
authored
Mar 30, 2009
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More debugging for the failing tunnels.
parent
28b8929e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
protogeni/lib/GeniAggregate.pm.in
protogeni/lib/GeniAggregate.pm.in
+10
-0
No files found.
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
Markdown
is supported
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