Skip to content
GitLab
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-stable
Commits
61d84c7f
Commit
61d84c7f
authored
Dec 09, 2014
by
Kirk Webb
Browse files
Merge branch 'snmpit-comware'
parents
5e3501df
0ac3266c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit_test/GNUmakefile.in
View file @
61d84c7f
...
...
@@ -40,7 +40,7 @@ LIB_STUFF = portstats snmpit_intel.pm \
snmpit_nortel.pm snmpit_hp.pm snmpit_apcon.pm \
snmpit_arista.pm snmpit_arista_switch_daemon.py \
snmpit_mellanox.pm MLNX_XMLGateway.pm \
snmpit_force10.pm force10_expect.pm
snmpit_force10.pm force10_expect.pm
snmpit_h3c.pm
#
# Force dependencies on the scripts so that they will be rerun through
...
...
tbsetup/snmpit_test/snmpit_h3c.pm
0 → 100755
View file @
61d84c7f
This diff is collapsed.
Click to expand it.
tbsetup/snmpit_test/snmpit_stack.pm
View file @
61d84c7f
...
...
@@ -1646,7 +1646,13 @@ sub snap($) {
require
snmpit_force10
;
$device
=
new
snmpit_force10
(
$devicename
,
$self
->
{
DEBUG
});
last
;
};
# /mellanox.*/
};
# /force10.*/
(
/comware/
)
&&
do
{
require
snmpit_h3c
;
$device
=
new
snmpit_h3c
(
$devicename
,
$self
->
{
DEBUG
});
last
;
};
# /comware.*/
print
"
Device
$devicename
is not of a known type
\n
";
}
if
(
!
$device
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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