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
3581804c
Commit
3581804c
authored
Aug 05, 2010
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix.
parent
daecdfb0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tbsetup/libvtop.pm.in
tbsetup/libvtop.pm.in
+2
-2
No files found.
tbsetup/libvtop.pm.in
View file @
3581804c
...
...
@@ -3685,7 +3685,7 @@ sub ReadRspecSolution($$)
$
self
->
printdb
(
"Processing rspec
\n
"
);
$
self
->
printdb
(
"Nodes:
\n
"
);
foreach
my
$
ref
(@{
$
self
->
rspec
()
->{
'node'
}
})
{
foreach
my
$
ref
(@{
$
rspec
->{
'node'
}
})
{
my
$
node_urn
=
$
ref
->{
'component_urn'
}
||
$
ref
->{
'component_uuid'
};
my
$
virtual
=
$
ref
->{
'virtual_id'
};
...
...
@@ -3714,7 +3714,7 @@ sub ReadRspecSolution($$)
}
}
$
self
->
printdb
(
"Links:
\n
"
);
foreach
my
$
ref
(@{
$
self
->
rspec
()
->{
'link'
}
})
{
foreach
my
$
ref
(@{
$
rspec
->{
'link'
}
})
{
my
$
virtual_id
=
$
ref
->{
"virtual_id"
};
my
$
virtlan
=
$
self
->
vlans
()->{$
virtual_id
};
...
...
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