ofpbuf: New function ofpbuf_to_string().
[openvswitch] / vswitchd / ovs-vswitchd.conf.5.in
index b763305c79dcc583367668ef480314f4a542b503..5c4a092f1598424d3b9206596ed4c8734c28cf23 100644 (file)
@@ -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.