[ovs-dev] [PATCH] ovs-ofctl: Fix indentation in manpage.

Ben Pfaff blp at nicira.com
Mon Sep 17 16:11:34 UTC 2012


Thanks, applied to master.

On Sun, Sep 16, 2012 at 12:35:35PM -0700, Justin Pettit wrote:
> Looks good.  Thanks.
> 
> --Justin
> 
> 
> On Sep 14, 2012, at 11:19 AM, Ben Pfaff <blp at nicira.com> wrote:
> 
> > This .RE (to reduce the current indentation level) needs to go after all
> > the actions, but it was mistakenly put before the fin_timeout action.
> > 
> > Reported-by: Paul Ingram <paul at nicira.com>
> > Signed-off-by: Ben Pfaff <blp at nicira.com>
> > ---
> > utilities/ovs-ofctl.8.in |    2 +-
> > 1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/utilities/ovs-ofctl.8.in b/utilities/ovs-ofctl.8.in
> > index aad9325..3407050 100644
> > --- a/utilities/ovs-ofctl.8.in
> > +++ b/utilities/ovs-ofctl.8.in
> > @@ -1122,7 +1122,6 @@ For best performance, segregate learned flows into a table (using
> > possibly for a lowest-priority ``catch-all'' flow, that is, a flow
> > with no match criteria.  (This is why the default \fBtable\fR is 1, to
> > keep the learned flows separate from the primary flow table 0.)
> > -.RE
> > .
> > .IP "\fBfin_timeout(\fIargument\fR[\fB,\fIargument\fR]\fB)"
> > This action changes the idle timeout or hard timeout, or both, of this
> > @@ -1150,6 +1149,7 @@ This action causes Open vSwitch to immediately halt execution of further
> > actions.  Those actions which have already been executed are unaffected.  Any
> > further actions, including those which may be in other tables, or different
> > levels of the \fBresubmit\fR call stack, are ignored.
> > +.RE
> > .
> > .PP
> > An opaque identifier called a cookie can be used as a handle to identify
> > -- 
> > 1.7.2.5
> > 
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> 



More information about the dev mailing list