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
918c14b4
Commit
918c14b4
authored
Jul 21, 2016
by
Kirk Webb
Browse files
snmpit_h3c: disable MAC learning when creating OpenFlow instances.
parent
5bcc384d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit_test/snmpit_h3c.pm
View file @
918c14b4
...
...
@@ -2589,6 +2589,7 @@ sub createOFInstance($$) {
$cmdstr
.=
"
classification vlan
$vlan
\n
";
$cmdstr
.=
"
flow-table mac-ip 100 extensibility 200
\n
";
$cmdstr
.=
"
fail-open mode secure
\n
";
$cmdstr
.=
"
mac-learning forbidden
\n
";
my
$clires
=
$self
->
doH3CNetconfCLI
(
$cmdstr
);
if
(
!
defined
(
$clires
))
{
...
...
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