On Sat, Jul 07, 2012 at 03:04:18PM -0700, Justin Pettit wrote:
> On Jul 6, 2012, at 2:49 PM, Ben Pfaff wrote:
> 
> > +/* Returns true if 'rule' exactly matches 'criteria' or are more specific 
> > than
> 
> s/are/is/
> 
> > + * Equivalently, the truth table for whether a field matches is:
> > + *
> > + *                                     rule
> > + *
> > + *                             wildcard    exact
> > + *                            +---------+---------+
> > + *                   t   wild |   yes   |   yes   |
> > + *                   a   card |         |         |
> > + *                   r        +---------+---------+
> > + *                   g  exact |    no   |if values|
> > + *                   e        |         |are equal|
> > + *                   t        +---------+---------+
> 
> I believe that column should be "criteria" instead of "target".
> 
> Otherwise, looks good.

Thanks, I folded in those changes.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to