X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif-unixctl.man;h=bbf7fbb9dfb84403ca3de47a32af97e1e35bcb6c;hb=8ea171aba044bf605c31313330ccabfc4fc5846c;hp=0512b2166d34bb1614f1808a1c44a0bd5cf06df7;hpb=dc54ef36cb108f9ac594ac8c34c719880a9a7bd5;p=cascardo%2Fovs.git diff --git a/ofproto/ofproto-dpif-unixctl.man b/ofproto/ofproto-dpif-unixctl.man index 0512b2166..bbf7fbb9d 100644 --- a/ofproto/ofproto-dpif-unixctl.man +++ b/ofproto/ofproto-dpif-unixctl.man @@ -1,6 +1,9 @@ -.SS "DATAPATH COMMANDS" -These commands manage logical datapaths. They are are similar to the -equivalent \fBovs\-dpctl\fR commands. +.SS "DATAPATH DEBUGGING COMMANDS" +These commands query and modify datapaths. They are are similar to +\fBovs\-dpctl\fR(8) commands. \fBdpif/show\fR has the additional +functionality, beyond \fBdpctl/show\fR of printing OpenFlow port +numbers. The other commands are redundant and will be removed in a +future release. . .IP "\fBdpif/dump\-dps\fR" Prints the name of each configured datapath on a separate line. @@ -11,9 +14,10 @@ list of connected ports. The port information includes the OpenFlow port number, datapath port number, and the type. (The local port is identified as OpenFlow port 65534.) . -.IP "\fBdpif/dump\-flows \fIdp\fR" +.IP "\fBdpif/dump\-flows\fR [\fB\-m\fR] \fIdp\fR" Prints to the console all flow entries in datapath \fIdp\fR's -flow table. +flow table. Without \fB\-m\fR, output omits match fields that a flow +wildcards entirely; with \fB\-m\fR output includes all wildcarded fields. .IP This command is primarily useful for debugging Open vSwitch. The flow table entries that it displays are not OpenFlow flow entries. Instead,