On Wed, Oct 30, 2013 at 06:17:11PM +0900, Simon Horman wrote: > Signed-off-by: Simon Horman <ho...@verge.net.au>
The enums are consecutive integers, not bitwise masks, so I changed ENUM to (1 << ENUM) here: > +#define OFPAT11_ACTION(ENUM, STRUCT, EXTENSIBLE, NAME) ENUM | > +#include "ofp-util.def" > + 0; and I'll apply this soon assuming tests pass. Thanks, Ben.x _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev