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
b8212274
Commit
b8212274
authored
Aug 31, 2015
by
Leigh B Stoller
Browse files
Fix comment.
parent
8ef78cae
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit_test/snmpit_test.in
View file @
b8212274
...
...
@@ -1449,6 +1449,10 @@ $vlan_id,$ddep, $pideid, $vname, $members
$vlan
=
VLan
->
Lookup
(
$vlan_id
);
}
else
{
#
# Watch for oddly named vlans on switches we do not fully
# control (say, scidmz in Utah).
#
$vlan
=
VLan
->
Lookup
(
$experiment
,
$vlan_id
);
}
if
(
!
defined
(
$vlan
))
{
...
...
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