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
11c306cf
Commit
11c306cf
authored
Dec 22, 2000
by
Christopher Alfeld
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exits silently on no argument.
parent
3eadc480
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tbsetup/resetvlans
tbsetup/resetvlans
+2
-1
No files found.
tbsetup/resetvlans
View file @
11c306cf
...
@@ -6,7 +6,8 @@
...
@@ -6,7 +6,8 @@
$snmpit
=
"
/usr/testbed/bin/snmpit
";
$snmpit
=
"
/usr/testbed/bin/snmpit
";
if
(
$#ARGV
<
0
)
{
if
(
$#ARGV
<
0
)
{
die
"
Syntax: $0 machines
\n
";
# die "Syntax: $0 machines\n";
exit
(
0
);
}
}
open
(
SNMPIT
,"
$snmpit
-l |
")
||
die
"
Error running
$snmpit
-l
\n
";
open
(
SNMPIT
,"
$snmpit
-l |
")
||
die
"
Error running
$snmpit
-l
\n
";
...
...
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