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
09064f83
Commit
09064f83
authored
Dec 17, 2013
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
efcf1da3
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit_test/snmpit_test.in
View file @
09064f83
...
...
@@ -3216,6 +3216,8 @@ sub doMakeVlan($$@) {
#
foreach
my
$port
(
@ports
)
{
my
$vlan
=
VLan
->
FindVlanByPort
(
undef
,
$port
);
next
if
(
!
defined
(
$vlan
));
if
(
defined
(
$source_vlan
)
&&
!
$vlan
->
SameVlan
(
$source_vlan
))
{
if
(
IsPortTagged
(
$port
))
{
...
...
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