Some commands weren't mentioned. The "invalid_ttl" option to "monitor" was missing.
Signed-off-by: Ben Pfaff <b...@nicira.com> --- utilities/ovs-ofctl.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index 8a8b8b2..4164aa0 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" -- 1.7.2.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev