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
55f0372d
Commit
55f0372d
authored
Jan 25, 2011
by
Leigh B Stoller
Browse files
Minor bug fix for the "sharedlan" of the shared nodes experiment, as
reported by Hussam.
parent
f261559d
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/libvtop.pm.in
View file @
55f0372d
...
...
@@ -6946,11 +6946,9 @@ sub UploadVlans($)
my $lanname;
$lan->GetAttribute("link/lan", \$lanname);
my $virtlan = $self->vlans()->{$lanname};
if (!defined($virtlan)) {
tberror("Could not find link/lan $lanname in lan list!\n");
return -1;
}
if (defined($virtlan)) {
$lan->SetAttribute("failureaction", $virtlan->failureaction());
}
my @members;
if ($lan->MemberList(\@members) != 0) {
...
...
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