Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
d2be6922
Commit
d2be6922
authored
Jan 19, 2009
by
David Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a -f (force, presumably) opt in call to snmpit so power_whol can move
ports into the right vlan.
parent
ebffe8f7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tbsetup/power_whol.pm.in
tbsetup/power_whol.pm.in
+1
-1
No files found.
tbsetup/power_whol.pm.in
View file @
d2be6922
...
@@ -182,7 +182,7 @@ sub whacksome($@) {
...
@@ -182,7 +182,7 @@ sub whacksome($@) {
#
#
#
Put
all
ports
in
the
WhOL
VLAN
,
snmpit
will
enable
them
.
#
Put
all
ports
in
the
WhOL
VLAN
,
snmpit
will
enable
them
.
#
#
if
(
system
(
"$SNMPIT -m $whollan $portstr"
))
{
if
(
system
(
"$SNMPIT
-f
-m $whollan $portstr"
))
{
warn
"WhOL: could not place ports in WHOL LAN
\n
"
;
warn
"WhOL: could not place ports in WHOL LAN
\n
"
;
$
failed
++;
$
failed
++;
}
}
...
...
Write
Preview
Markdown
is supported
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