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-stable
Commits
b499d505
Commit
b499d505
authored
Dec 09, 2014
by
Kirk Webb
Browse files
Don't try to set the duplex in the Comware module.
Makes for an unhappy switch, at least for the Moonshot.
parent
18cf02bd
Changes
1
Show whitespace changes
Inline
Side-by-side
tbsetup/snmpit_test/snmpit_h3c.pm
View file @
b499d505
...
...
@@ -2268,9 +2268,9 @@ my %h3c_cmdOIDs =
"
1000mbit
"
=>
["
hh3cifEthernetSpeed
","
S10000M
"],
"
100mbit
"
=>
["
hh3cifEthernetSpeed
","
S100M
"],
"
10mbit
"
=>
["
hh3cifEthernetSpeed
","
S10M
"],
"
auto
"
=>
["
hh3cifEthernetDuplex
","
auto
"],
"
full
"
=>
["
hh3cifEthernetDuplex
","
full
"],
"
half
"
=>
["
hh3cifEthernetDuplex
","
half
"],
#
"auto" => ["hh3cifEthernetDuplex","auto"],
#
"full" => ["hh3cifEthernetDuplex","full"],
#
"half" => ["hh3cifEthernetDuplex","half"],
);
sub
readifIndex
($)
{
...
...
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