From: Ben Pfaff Date: Wed, 25 Jan 2012 22:41:22 +0000 (-0800) Subject: ovs-ofctl: Update usage message. X-Git-Tag: sliver-openvswitch-0.1-1~388 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=1dac118cdfabd1a11e9af5f4a5453f575716e351;p=sliver-openvswitch.git ovs-ofctl: Update usage message. Some commands weren't mentioned. The "invalid_ttl" option to "monitor" was missing. Signed-off-by: Ben Pfaff --- diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index 3d3a7b763..70af5bdac 100644 --- a/utilities/ovs-ofctl.c +++ b/utilities/ovs-ofctl.c @@ -208,7 +208,10 @@ usage(void) " mod-flows SWITCH FLOW modify actions of matching FLOWs\n" " del-flows SWITCH [FLOW] delete matching FLOWs\n" " replace-flows SWITCH FILE replace flows with those in FILE\n" - " monitor SWITCH [MISSLEN] print packets received from SWITCH\n" + " diff-flows SOURCE1 SOURCE2 compare flows from two sources\n" + " monitor SWITCH [MISSLEN] [invalid_ttl]\n" + " print packets received from SWITCH\n" + " snoop SWITCH snoop on SWITCH and its controller\n" "\nFor OpenFlow switches and controllers:\n" " probe TARGET probe whether TARGET is up\n" " ping TARGET [N] latency of N-byte echos\n"