From 0a9126739bc5cd60d3666f4bd574217545001b06 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 4 Jan 2010 15:01:41 -0800 Subject: [PATCH] Fix documented name of key used to disable MAC learning on a VLAN. The code uses "disable-learning" but the documentation claimed that it was "learning-disable". --- vswitchd/ovs-vswitchd.conf.5.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vswitchd/ovs-vswitchd.conf.5.in b/vswitchd/ovs-vswitchd.conf.5.in index c41667868..01a1e4c69 100644 --- a/vswitchd/ovs-vswitchd.conf.5.in +++ b/vswitchd/ovs-vswitchd.conf.5.in @@ -353,7 +353,7 @@ since the switch will attempt to send them out the input port. Disabling learning for the VLAN will cause the switch to correctly send the packet out all ports configured for that VLAN. If Open vSwitch is being used as an intermediate switch learning can be disabled -by setting the key \fBvlan.\fIbrname\fB.learning-disable=\fIvid\fR +by setting the key \fBvlan.\fIbrname\fB.disable-learning=\fIvid\fR to the mirrored VLAN. .ST "Example" The following \fBovs\-vswitchd\fR configuration copies all frames received -- 2.43.0