Looks good to me. On Thu, Jul 12, 2012 at 8:43 AM, Ben Pfaff <b...@nicira.com> wrote:
> Reported-by: Kris zhang <zhang.k...@gmail.com> > Signed-off-by: Ben Pfaff <b...@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.manc...@rackspace.com > Kirill Kabardin > Koichi Yagishita yagishita.koi...@jrc.co.jp > Konstantin Khorenko khore...@openvz.org > +Kris zhang zhang.k...@gmail.com > Krishna Miriyala kris...@nicira.com > Luca Falavigna dktrkr...@debian.org > Luiz Henrique Ozaki luiz.oz...@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@openvswitch.org > http://openvswitch.org/mailman/listinfo/dev >
_______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev