Skip to content
GitLab
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
59415451
Commit
59415451
authored
Jan 25, 2011
by
Leigh B Stoller
Browse files
Fix another minor bug reported by Hussam.
parent
692fe89c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libvtop.pm.in
View file @
59415451
...
...
@@ -6972,7 +6972,7 @@ sub UploadVlans($)
my $args = {};
$args->{'
current_speed
'} = $current_speed
if (defined($current_speed));
$args->{'
trunk
_mode
'} = $trunk_mode
$args->{'
trunk
'} = 1
if (defined($trunk_mode));
$interface->Update($args) == 0
or return -1;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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