Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
ebffe8f7
Commit
ebffe8f7
authored
Jan 17, 2009
by
Robert Ricci
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added the 35xx series as supported, works at Kentucky.
parent
e7dde3e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tbsetup/snmpit_cisco_stack.pm
tbsetup/snmpit_cisco_stack.pm
+1
-1
No files found.
tbsetup/snmpit_cisco_stack.pm
View file @
ebffe8f7
...
...
@@ -117,7 +117,7 @@ sub new($$$$@) {
# we weren't given devicenames for devices that aren't ciscos
#
SWITCH:
for
(
$type
)
{
(
/65\d\d/
||
/40\d\d/
||
/45\d\d/
||
/29\d\d/
||
/55\d\d/
)
(
/65\d\d/
||
/40\d\d/
||
/45\d\d/
||
/29\d\d/
||
/55\d\d/
||
/35\d\d/
)
&&
do
{
use
snmpit_cisco
;
$device
=
new
snmpit_cisco
(
$devicename
,
$self
->
{
DEBUG
});
...
...
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