From 1dac118cdfabd1a11e9af5f4a5453f575716e351 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 25 Jan 2012 14:41:22 -0800 Subject: [PATCH] ovs-ofctl: Update usage message. Some commands weren't mentioned. The "invalid_ttl" option to "monitor" was missing. Signed-off-by: Ben Pfaff --- utilities/ovs-ofctl.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index 3d3a7b76..70af5bda 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" -- 2.30.2