From: Andrew Evans Date: Thu, 16 Jun 2011 00:16:51 +0000 (-0700) Subject: ovs-ofctl: Add 'replace-flows' command to usage. X-Git-Tag: v1.2.0~169 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5ff660c69619505fbcec5041a13493f32d6f014d;p=sliver-openvswitch.git ovs-ofctl: Add 'replace-flows' command to usage. --- diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c index 473385d37..6c7e3ac10 100644 --- a/utilities/ovs-ofctl.c +++ b/utilities/ovs-ofctl.c @@ -172,6 +172,7 @@ usage(void) " add-flows SWITCH FILE add flows from FILE\n" " 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" "\nFor OpenFlow switches and controllers:\n" " probe VCONN probe whether VCONN is up\n"