[ovs-dev] [PATCH] ovs-ofctl: Update usage message.

Ben Pfaff blp at nicira.com
Thu Feb 2 20:50:39 UTC 2012


Thank you for the review.  I'll push this soon.

On Wed, Feb 01, 2012 at 05:56:54PM -0800, Ethan Jackson wrote:
> Looks good,
> 
> Ethan
> 
> On Thu, Jan 26, 2012 at 15:50, Ben Pfaff <blp at nicira.com> wrote:
> > Some commands weren't mentioned.  The "invalid_ttl" option to "monitor"
> > was missing.
> >
> > Signed-off-by: Ben Pfaff <blp at 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 at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list