mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 01:51:26 +00:00
man: Fix various typos across manual pages.
As reported by Debian lintian. Signed-off-by: Frode Nordahl <frode.nordahl@canonical.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
parent
0443c1557e
commit
2fc29c4278
@ -32,7 +32,7 @@ square brackets may optionally enclose other non-empty sets or single
|
||||
values as well. For a column accepting a set of integers, database commands
|
||||
accept a range. A range is represented by two integers separated by
|
||||
\fB-\fR. A range is inclusive. A range has a maximum size of 4096
|
||||
elements. If more elements are needed, they can be specified in seperate
|
||||
elements. If more elements are needed, they can be specified in separate
|
||||
ranges.
|
||||
.PP
|
||||
A few database columns are ``maps'' of key-value pairs, where the key
|
||||
|
@ -111,7 +111,7 @@ that a flow wildcards entirely; with \fB\-m\fR or \fB\-\-more\fR,
|
||||
output includes all wildcarded fields.
|
||||
.IP
|
||||
If \fBfilter=\fIfilter\fR is specified, only displays the flows
|
||||
that match the \fIfilter\fR. \fIfilter\fR is a flow in the form similiar
|
||||
that match the \fIfilter\fR. \fIfilter\fR is a flow in the form similar
|
||||
to that accepted by \fBovs\-ofctl\fR(8)'s \fBadd\-flow\fR command. (This is
|
||||
not an OpenFlow flow: besides other differences, it never contains wildcards.)
|
||||
The \fIfilter\fR is also useful to match wildcarded fields in the datapath
|
||||
|
@ -111,9 +111,9 @@ file, the new database will have the same schema and contents.
|
||||
.IP
|
||||
Leader election will be initiated by a follower if there is no heartbeat
|
||||
received from the cluster leader within the specified election timer.
|
||||
The default leader election timer is 1000 miliseconds. To use a different value
|
||||
when creating the database, specify \fB\-\-election\-timer=\fIms\fR, where
|
||||
\fIms\fR is a value in miliseconds between 100 and 600000 inclusive.
|
||||
The default leader election timer is 1000 milliseconds. To use a different
|
||||
value when creating the database, specify \fB\-\-election\-timer=\fIms\fR,
|
||||
where \fIms\fR is a value in milliseconds between 100 and 600000 inclusive.
|
||||
.
|
||||
.IP "[\fB\-\-cid=\fIuuid\fR] \fBjoin\-cluster\fI db name local remote\fR..."
|
||||
Use this command to initialize each server after the first one in an
|
||||
|
@ -303,7 +303,7 @@ case, \fIflow\fR specifies a flow entry in the format described in
|
||||
\fBFlow Syntax\fR, below, \fIfile\fR is a text file that contains zero
|
||||
or more flows in the same syntax, one per line, and the optional
|
||||
\fB\-\-bundle\fR option operates the command as a single atomic
|
||||
transation, see option \fB\-\-bundle\fR, below.
|
||||
transaction, see option \fB\-\-bundle\fR, below.
|
||||
.
|
||||
.IP "[\fB\-\-bundle\fR] \fBadd\-flow \fIswitch flow\fR"
|
||||
.IQ "[\fB\-\-bundle\fR] \fBadd\-flow \fIswitch \fB\- < \fIfile\fR"
|
||||
@ -379,7 +379,7 @@ case, \fIgroup\fR specifies a group entry in the format described in
|
||||
\fBGroup Syntax\fR, below, and \fIfile\fR is a text file that contains
|
||||
zero or more groups in the same syntax, one per line, and the optional
|
||||
\fB\-\-bundle\fR option operates the command as a single atomic
|
||||
transation, see option \fB\-\-bundle\fR, below.
|
||||
transaction, see option \fB\-\-bundle\fR, below.
|
||||
.PP
|
||||
The group commands work only with switches that support OpenFlow 1.1
|
||||
or later or the Open vSwitch group extensions to OpenFlow 1.0 (added
|
||||
@ -1093,7 +1093,7 @@ In those rare cases Open vSwitch 2.10 and later fall back to the \fBhash\fR
|
||||
method with the default set of hash fields.
|
||||
.RS
|
||||
.IP \fBdp_hash\fR
|
||||
Use a datapath computed hash value. The hash algorithm varies accross
|
||||
Use a datapath computed hash value. The hash algorithm varies across
|
||||
different datapath implementations. \fBdp_hash\fR uses the upper 32
|
||||
bits of the \fBselection_method_param\fR as the datapath hash
|
||||
algorithm selector. The supported values are \fB0\fR (corresponding to
|
||||
|
@ -692,7 +692,7 @@ the NetFlow record (since it is now unreferenced):
|
||||
.SS "sFlow"
|
||||
.PP
|
||||
Configure bridge \fBbr0\fR to send sFlow records to a collector on
|
||||
10.0.0.1 at port 6343, using \fBeth1\fR\'s IP address as the source,
|
||||
10.0.0.1 at port 6343, using \fBeth1\fR's IP address as the source,
|
||||
with specific sampling parameters:
|
||||
.IP
|
||||
.B "ovs\-vsctl \-\- \-\-id=@s create sFlow agent=eth1 target=\(rs\(dq10.0.0.1:6343\(rs\(dq header=128 sampling=64 polling=10 \(rs"
|
||||
|
@ -760,7 +760,7 @@
|
||||
iterations.
|
||||
</p>
|
||||
<p>
|
||||
The defaul value is 1 min. If configured to 0 then it would be
|
||||
The default value is 1 min. If configured to 0 then it would be
|
||||
converted to default value i.e. 1 min
|
||||
</p>
|
||||
<p>
|
||||
@ -6078,7 +6078,7 @@ ovs-vsctl add-port br0 p0 -- set Interface p0 type=patch options:peer=p1 \
|
||||
<code>recirc</code> actions with new action <code>lb_output</code>
|
||||
and avoids recirculation of packet in datapath. It is supported
|
||||
only for balance-tcp bond mode in netdev datapath. The new action
|
||||
gives higer performance by using bond buckets instead of post
|
||||
gives higher performance by using bond buckets instead of post
|
||||
recirculation flows for selection of slave port from bond. By default
|
||||
this new action is disabled, however it can be enabled by setting
|
||||
<ref column="other-config" key="lb-output-action"/> in
|
||||
|
Loading…
x
Reference in New Issue
Block a user