From: Ben Pfaff Date: Fri, 10 Dec 2010 19:05:48 +0000 (-0800) Subject: ofproto: Fix documentation of ofproto/trace command. X-Git-Tag: v1.1.0~668 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=d774cadf7b661f099687049a0c4a7c1a3b679987;p=sliver-openvswitch.git ofproto: Fix documentation of ofproto/trace command. --- diff --git a/ofproto/ofproto-unixctl.man b/ofproto/ofproto-unixctl.man index 72f076dd5..837554e48 100644 --- a/ofproto/ofproto-unixctl.man +++ b/ofproto/ofproto-unixctl.man @@ -4,10 +4,13 @@ These commands manage the core OpenFlow switch implementation (called .IP "\fBofproto/list\fR" Lists the names of the running ofproto instances. These are the names that may be used on \fBofproto/trace\fR. -.IP "\fBofproto/trace \fItun_id in_port packet\fR" -Traces the path of an imaginary packet through ofproto. The arguments -are: +.IP "\fBofproto/trace \fIswitch tun_id in_port packet\fR" +Traces the path of an imaginary packet through \fIswitch\fR. The +arguments are: .RS +.IP "\fIswitch\fR" +The switch on which the packet arrived (one of those listed by +\fBofproto/list\fR). .IP "\fItun_id\fR" The tunnel ID on which the packet arrived. Use \fB0\fR if the packet did not arrive through a tunnel.