2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 22:35:15 +00:00

ovs-ofctl: Fix typos in manpage.

Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Ben Pfaff
2012-06-29 16:20:23 -07:00
parent 62fd02476a
commit 5484c47a62

View File

@@ -276,7 +276,7 @@ If a switch has no controller configured, or if
the configured controller is disconnected, no traffic is sent, so the configured controller is disconnected, no traffic is sent, so
monitoring will not show any traffic. monitoring will not show any traffic.
. .
.IP "\fBmonitor \fIswitch\fR [\fImiss-len\fR] [\fIinvalid_ttl\fR]" .IP "\fBmonitor \fIswitch\fR [\fImiss-len\fR] [\fBinvalid_ttl\fR]"
Connects to \fIswitch\fR and prints to the console all OpenFlow Connects to \fIswitch\fR and prints to the console all OpenFlow
messages received. Usually, \fIswitch\fR should specify the name of a messages received. Usually, \fIswitch\fR should specify the name of a
bridge in the \fBovs\-vswitchd\fR database. bridge in the \fBovs\-vswitchd\fR database.
@@ -292,8 +292,8 @@ specified, very little traffic will ordinarily be printed.)
.IP .IP
If \fBinvalid_ttl\fR is passed, \fBovs\-ofctl\fR sends an OpenFlow ``set If \fBinvalid_ttl\fR is passed, \fBovs\-ofctl\fR sends an OpenFlow ``set
configuration'' message at connection setup time that requests configuration'' message at connection setup time that requests
\fIINVALID_TTL_TO_CONTROLLER\fR, so that \fBovs\-ofctl monitor\fR can \fBINVALID_TTL_TO_CONTROLLER\fR, so that \fBovs\-ofctl monitor\fR can
receive ``packets-in'' messages when TTL reaches zero on \fBdec_ttl\fR action. receive ``packet-in'' messages when TTL reaches zero on \fBdec_ttl\fR action.
.IP .IP
This command may be useful for debugging switch or controller This command may be useful for debugging switch or controller