Re: [ovs-dev] [PATCH] nicira-ext: Fix NXM example.

2011-08-09 Thread Ben Pfaff
Thanks, I pushed this. On Tue, Aug 09, 2011 at 01:56:34PM -0700, Justin Pettit wrote: > Looks good. > > --Justin > > > On Aug 9, 2011, at 1:46 PM, Ben Pfaff wrote: > > > The code and the specification say that nxm_length includes both value > > and mask, but this example showed nxm_length only

Re: [ovs-dev] [PATCH] nicira-ext: Fix NXM example.

2011-08-09 Thread Justin Pettit
Looks good. --Justin On Aug 9, 2011, at 1:46 PM, Ben Pfaff wrote: > The code and the specification say that nxm_length includes both value > and mask, but this example showed nxm_length only including the value. > This commit fixes it. > > Reported-by: Justin Pettit > --- > include/openflow/n

[ovs-dev] [PATCH] nicira-ext: Fix NXM example.

2011-08-09 Thread Ben Pfaff
The code and the specification say that nxm_length includes both value and mask, but this example showed nxm_length only including the value. This commit fixes it. Reported-by: Justin Pettit --- include/openflow/nicira-ext.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git