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
5bda587e
Commit
5bda587e
authored
Oct 30, 2011
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fix.
parent
80f8ffdf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
tbsetup/libvtop_stable.pm.in
tbsetup/libvtop_stable.pm.in
+2
-2
tbsetup/libvtop_test.pm.in
tbsetup/libvtop_test.pm.in
+2
-2
No files found.
tbsetup/libvtop_stable.pm.in
View file @
5bda587e
...
...
@@ -5983,8 +5983,8 @@ sub InterpLinksAux($)
if (!$protovlan->IsMember($nodeA, $portA));
if (defined($pathA)) {
my $path = $protolan->GetAttribute("switchpath");
$protolan->SetAttribute("switchpath",
my $path = $proto
v
lan->GetAttribute("switchpath");
$proto
v
lan->SetAttribute("switchpath",
AddToSwitchPath($path, $pathA));
}
}
...
...
tbsetup/libvtop_test.pm.in
View file @
5bda587e
...
...
@@ -5979,8 +5979,8 @@ sub InterpLinksAux($)
if (!$protovlan->IsMember($nodeA, $portA));
if (defined($pathA)) {
my $path = $protolan->GetAttribute("switchpath");
$protolan->SetAttribute("switchpath",
my $path = $proto
v
lan->GetAttribute("switchpath");
$proto
v
lan->SetAttribute("switchpath",
AddToSwitchPath($path, $pathA));
}
}
...
...
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