[ovs-dev] [PATCH 3/3] vswitch: Improve documentation for datapath_id column.

Ben Pfaff blp at nicira.com
Thu Jun 17 10:29:47 PDT 2010


Thanks, pushed.

On Thu, Jun 17, 2010 at 12:05:24AM -0700, Justin Pettit wrote:
> This set looks good to me.
> 
> --Justin
> 
> 
> On Jun 16, 2010, at 4:14 PM, Ben Pfaff wrote:
> 
> > It was insufficiently documented that the vswitch, not the user, sets the
> > datapath_id column, which confused people (including me).  This commit
> > fixes the problem.
> > ---
> > vswitchd/vswitch.xml |    5 ++++-
> > 1 files changed, 4 insertions(+), 1 deletions(-)
> > 
> > diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml
> > index 345744e..d17b082 100644
> > --- a/vswitchd/vswitch.xml
> > +++ b/vswitchd/vswitch.xml
> > @@ -112,7 +112,10 @@
> >       </column>
> > 
> >       <column name="datapath_id">
> > -        Reports the OpenFlow datapath ID in use.  Exactly 16 hex digits.
> > +        Reports the OpenFlow datapath ID in use.  Exactly 16 hex
> > +        digits.  (Setting this column will have no useful effect.  Set
> > +        <ref column="other_config"/>:<code>other-config</code>
> > +        instead.)
> >       </column>
> >     </group>
> > 
> > -- 
> > 1.7.1
> > 
> > 
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev_openvswitch.org
> 




More information about the dev mailing list