This is an improvement over just the argument being wrong. Thanks! Acked-by: Justin Pettit <[email protected]>
--Justin > On Apr 20, 2015, at 8:45 AM, Ben Pfaff <[email protected]> wrote: > > Reported-by: Kentaro Ebisawa <[email protected]> > Signed-off-by: Ben Pfaff <[email protected]> > --- > utilities/ovs-ofctl.8.in | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in > index ea3337b..c667aa4 100644 > --- a/utilities/ovs-ofctl.8.in > +++ b/utilities/ovs-ofctl.8.in > @@ -2374,9 +2374,11 @@ Drop packets exceeding the band's rate limit. > .IP \fBrate=\fIvalue\fR > The relative rate limit for this band, in kilobits per second or packets per > second, depending on the meter flags defined above. > -.IP \fBburst_size=\fIport\fR > -The maximum burst allowed for the band. If unspecified, the switch is free > to > -select some reasonable value depending on it's configuration. > +.IP \fBburst_size=\fIsize\fR > +The maximum burst allowed for the band. If \fBpktps\fR is specified, > +then \fIsize\fR is a packet count, otherwise it is in kilobits. If > +unspecified, the switch is free to select some reasonable value > +depending on its configuration. > .RE > . > .SH OPTIONS > -- > 2.1.3 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
