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
034f4ab9
Commit
034f4ab9
authored
Jan 13, 2017
by
Kirk Webb
Browse files
fix.
parent
0ab0df00
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit/snmpit_force10.pm
View file @
034f4ab9
...
@@ -1511,7 +1511,7 @@ sub removeSomePortsFromVlan($$@) {
...
@@ -1511,7 +1511,7 @@ sub removeSomePortsFromVlan($$@) {
my
(
$uBits
,
$eBits
);
my
(
$uBits
,
$eBits
);
my
(
$curEbits
,
$curUbits
)
=
$self
->
getMemberBitmask
(
$vlanIfindex
,
1
);
my
(
$curEbits
,
$curUbits
)
=
$self
->
getMemberBitmask
(
$vlanIfindex
,
1
);
if
$self
->
{
DO_COMPLIANT_PORTSETS
}
{
if
(
$self
->
{
DO_COMPLIANT_PORTSETS
}
)
{
# Standards compliant PortSet behavior starting with FTOS 9.11.
# Standards compliant PortSet behavior starting with FTOS 9.11.
# Just zero the bits for ports that are to be removed in both
# Just zero the bits for ports that are to be removed in both
# bitmasks.
# bitmasks.
...
...
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