Re: [ovs-dev] [PATCH] ofp-errors: Add Nicira extension code for OFPBMC_BAD_FIELD.

2015-05-29 Thread Ben Pfaff
Thanks, applied to master. On Fri, May 29, 2015 at 11:14:57AM -0700, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme > > > On May 29, 2015, at 10:41 AM, Ben Pfaff wrote: > > > > On Tue, Mar 03, 2015 at 01:28:32PM -0800, Ben Pfaff wrote: > >> There are a couple of cases where OpenFlow 1.0 co

Re: [ovs-dev] [PATCH] ofp-errors: Add Nicira extension code for OFPBMC_BAD_FIELD.

2015-05-29 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On May 29, 2015, at 10:41 AM, Ben Pfaff wrote: > > On Tue, Mar 03, 2015 at 01:28:32PM -0800, Ben Pfaff wrote: >> There are a couple of cases where OpenFlow 1.0 controllers that use >> Nicira extensions can get OFPBMC_BAD_FIELD, so we should have an error >> code for

Re: [ovs-dev] [PATCH] ofp-errors: Add Nicira extension code for OFPBMC_BAD_FIELD.

2015-05-29 Thread Ben Pfaff
On Tue, Mar 03, 2015 at 01:28:32PM -0800, Ben Pfaff wrote: > There are a couple of cases where OpenFlow 1.0 controllers that use > Nicira extensions can get OFPBMC_BAD_FIELD, so we should have an error > code for it in that protocol. > > Reported-by: Soner Sevinc > Signed-off-by: Ben Pfaff This

[ovs-dev] [PATCH] ofp-errors: Add Nicira extension code for OFPBMC_BAD_FIELD.

2015-03-03 Thread Ben Pfaff
There are a couple of cases where OpenFlow 1.0 controllers that use Nicira extensions can get OFPBMC_BAD_FIELD, so we should have an error code for it in that protocol. Reported-by: Soner Sevinc Signed-off-by: Ben Pfaff --- AUTHORS |1 + lib/ofp-errors.h |2 +- 2 files changed,