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
14029ea1
Commit
14029ea1
authored
Dec 03, 2004
by
Robert Ricci
Browse files
Fix a silly ommission Mike noticed - allow the native VLAN onto the
trunk.
parent
f557447d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit_cisco.pm
View file @
14029ea1
...
...
@@ -1469,12 +1469,12 @@ sub enablePortTrunking($$$) {
#
# Allow the native VLAN to cross the trunk
#
$rv
=
$self
->
setVlansOnTrunk
(
$port
,
1
,
$native_vlan
);
if
(
!
$rv
)
{
warn
"
ERROR: Unable to enable native VLAN on trunk
\n
";
return
0
;
}
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