X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vswitchd%2Fovs-vswitchd.conf.5.in;h=5c4a092f1598424d3b9206596ed4c8734c28cf23;hb=0ab8e15fd7b5618c0c513c69ab6fd4155eb13452;hp=b763305c79dcc583367668ef480314f4a542b503;hpb=1b5a4aa6b65f6429cdf133f084967f41656b1a3c;p=openvswitch diff --git a/vswitchd/ovs-vswitchd.conf.5.in b/vswitchd/ovs-vswitchd.conf.5.in index b763305c..5c4a092f 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 @@ -470,7 +470,7 @@ used. .PP By default, 1 out of every 400 packets is sent to the configured sFlow collector. To override this, set \fBsflow.\fIbridge\fB.sampling\fR to -the number of switched packets out of which 1, on average, will be +the number of switched packets out of which one, on average, will be sent to the sFlow collector, e.g. a value of 1 sends every packet to the collector, a value of 2 sends 50% of the packets to the collector, and so on.