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
f247d96d
Commit
f247d96d
authored
Apr 18, 2012
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Have to use snmpit_test on shared vlans.
parent
e648f84c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
db/Experiment.pm.in
db/Experiment.pm.in
+2
-2
No files found.
db/Experiment.pm.in
View file @
f247d96d
...
...
@@ -5129,7 +5129,7 @@ sub SyncPortLans($)
my $eid = $experiment->eid();
print "Syncing target vlans in $experiment\n";
mysystem("$TB/bin/snmpit -f --redirect-err -X $pid $eid");
mysystem("$TB/bin/snmpit
_test
-f --redirect-err -X $pid $eid");
return -1
if ($?);
}
...
...
@@ -5209,7 +5209,7 @@ sub ClearPortLans($)
my $eid = $experiment->eid();
print "Syncing target vlans in $experiment\n";
mysystem("$TB/bin/snmpit -f --redirect-err -X $pid $eid");
mysystem("$TB/bin/snmpit
_test
-f --redirect-err -X $pid $eid");
return -1
if ($?);
}
...
...
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