[ovs-dev] [next3 4/4] Implement basic multiple table support.

Ben Pfaff blp at nicira.com
Thu May 12 18:18:39 UTC 2011


On Thu, May 12, 2011 at 11:17:25AM -0700, Ethan Jackson wrote:
> > --- a/ofproto/private.h
> > +++ b/ofproto/private.h
> > @@ -243,7 +243,7 @@ struct ofproto_class {
> > ? ? ?*
> > ? ? ?* ->construct() should initialize the base 'n_tables' member to the number
> > ? ? ?* of flow tables supported by the datapath (between 1 and 254, inclusive),
> 
> OK, I suppose I'm confused about this comment then.  It says the
> datapath supports tables between 1 and 254.  Should this comment be
> updated as well?

You're right, I'll update this to say "between 1 and 255".



More information about the dev mailing list