[ovs-dev] [PATCH 2/2] ovs-ofctl: Add 'replace-flows' command to usage.

Ben Pfaff blp at nicira.com
Thu Jun 16 21:14:10 UTC 2011


On Wed, Jun 15, 2011 at 06:55:39PM -0700, Andrew Evans wrote:
> ---
>  utilities/ovs-ofctl.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/utilities/ovs-ofctl.c b/utilities/ovs-ofctl.c
> index 709501a..7d3b7fb 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"

Looks good, thanks.



More information about the dev mailing list