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
153dd322
Commit
153dd322
authored
Jun 26, 2012
by
Leigh B Stoller
Browse files
Fix another log running snmpit bug that was breaking swapmod!
parent
103a6d6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit_test/snmpit_test.in
View file @
153dd322
...
...
@@ -2325,7 +2325,12 @@ sub syncVlansFromTables($$) {
# vlan is going to get new ports below, and waiting till then.
#
$stack
->
setVlanOnSwitchTrunks
(
$vlanid
,
1
);
VLan
->
RecordVlanInsertion
(
$vlanid
,
$stack
->
{
STACKID
});
#
# Must record a modification so that the loop below that adds new
# ports does not get confused.
#
VLan
->
RecordVLanModification
(
$vlanid
,
undef
,
@staleports
,
@staletrunks
);
}
#
...
...
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