X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto-unixctl.man;h=ad9e02da9c521b67175a79cf4d23a3cdc875757d;hb=6c0386119d614d5e26ca08cc3d8e527806b87ef9;hp=2cf7bfaa8b09c1a12c2a7c51630842cd57ff88a5;hpb=8b3b8dd1a5a1a8ba3b7e62798ff70cb8f9fc7659;p=openvswitch diff --git a/ofproto/ofproto-unixctl.man b/ofproto/ofproto-unixctl.man index 2cf7bfaa..ad9e02da 100644 --- a/ofproto/ofproto-unixctl.man +++ b/ofproto/ofproto-unixctl.man @@ -6,13 +6,15 @@ These commands manage the core OpenFlow switch implementation (called Lists the names of the running ofproto instances. These are the names that may be used on \fBofproto/trace\fR. . -.IP "\fBofproto/trace \fIswitch tun_id in_port packet\fR" +.IP "\fBofproto/trace \fIswitch priority tun_id in_port packet\fR" .IQ "\fBofproto/trace \fIswitch odp_flow \fB\-generate\fR" Traces the path of an imaginary packet through \fIswitch\fR. Both forms require \fIswitch\fR, the switch on which the packet arrived (one of those listed by \fBofproto/list\fR). The first form specifies a packet's contents explicitly: .RS +.IP "\fIpriority\fR" +Packet QoS priority. Use \fB0\fR if QoS is not setup. .IP "\fItun_id\fR" The tunnel ID on which the packet arrived. Use \fB0\fR if the packet did not arrive through a tunnel. @@ -62,3 +64,10 @@ This form of \fBofproto/trace\fR cannot determine the complete set of datapath actions in some corner cases. If the results say that this is the case, rerun \fBofproto/trace\fR supplying a packet in the flow to get complete results. +.IP "\fBofproto/self\-check\fR [\fIswitch\fR]" +Runs an internal consistency check on \fIswitch\fR, if specified, +otherwise on all ofproto instances, and responds with a brief summary +of the results. If the summary reports any errors, then the Open +vSwitch logs should contain more detailed information. Please pass +along errors reported by this command to the Open vSwitch developers +as bugs.