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
e45c4f50
Commit
e45c4f50
authored
Aug 13, 2004
by
Robert Ricci
Browse files
Fix a harmless typo.
parent
7d91c544
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit_cisco.pm
View file @
e45c4f50
...
...
@@ -110,7 +110,7 @@ sub new($$$;$) {
# We have to change our behavior depending on what OS the switch runs
#
$options
->
{'
type
'}
=~
/^(\w+)(-ios)?$/
;
$self
->
{
SWIT
H
CTYPE
}
=
$
1
;
$self
->
{
SWITC
H
TYPE
}
=
$
1
;
if
(
$
2
)
{
$self
->
{
OSTYPE
}
=
"
IOS
";
...
...
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