[ovs-dev] [PATCH] ovs-vsctl: Correct example for removing a mirror.

Ben Pfaff blp at nicira.com
Thu Jul 12 16:01:03 UTC 2012


Thanks for the review.  I applied this to master.

On Thu, Jul 12, 2012 at 08:55:05AM -0700, Gurucharan Shetty wrote:
> Looks good to me.
> 
> On Thu, Jul 12, 2012 at 8:43 AM, Ben Pfaff <blp at nicira.com> wrote:
> 
> > Reported-by: Kris zhang <zhang.kris at gmail.com>
> > Signed-off-by: Ben Pfaff <blp at nicira.com>
> > ---
> >  AUTHORS                  |    1 +
> >  utilities/ovs-vsctl.8.in |    8 +++++++-
> >  2 files changed, 8 insertions(+), 1 deletions(-)
> >
> > diff --git a/AUTHORS b/AUTHORS
> > index 2c1a48c..bdc827c 100644
> > --- a/AUTHORS
> > +++ b/AUTHORS
> > @@ -128,6 +128,7 @@ Kevin Mancuso           kevin.mancuso at rackspace.com
> >  Kirill Kabardin
> >  Koichi Yagishita        yagishita.koichi at jrc.co.jp
> >  Konstantin Khorenko     khorenko at openvz.org
> > +Kris zhang              zhang.kris at gmail.com
> >  Krishna Miriyala        krishna at nicira.com
> >  Luca Falavigna          dktrkranz at debian.org
> >  Luiz Henrique Ozaki     luiz.ozaki at gmail.com
> > diff --git a/utilities/ovs-vsctl.8.in b/utilities/ovs-vsctl.8.in
> > index 0bc0105..1b80d05 100644
> > --- a/utilities/ovs-vsctl.8.in
> > +++ b/utilities/ovs-vsctl.8.in
> > @@ -815,7 +815,13 @@ ignored):
> >  Remove the mirror created above from \fBbr0\fR, which also destroys
> >  the Mirror record (since it is now unreferenced):
> >  .IP
> > -.B "remove Bridge br0 mirrors mymirror"
> > +.B "ovs\-vsctl \-\- \-\-id=@rec get Mirror mymirror \(rs"
> > +.IP
> > +.B "\-\- remove Bridge br0 mirrors @rec"
> > +.PP
> > +The following simpler command also works:
> > +.IP
> > +.B "ovs\-vsctl clear Bridge br0 mirrors"
> >  .SS "Quality of Service (QoS)"
> >  .PP
> >  Create a \fBlinux\-htb\fR QoS record that points to a few queues and
> > --
> > 1.7.2.5
> >
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> >



More information about the dev mailing list