Re: [ovs-dev] [PATCH 0/2] Return no protocols if mask is supplied for unmaskable match

2013-10-31 Thread Simon Horman
On Thu, Oct 31, 2013 at 05:22:33PM -0700, Ben Pfaff wrote: > On Thu, Oct 31, 2013 at 01:00:00PM +0900, Simon Horman wrote: > > the primary purpose of this series is to return an error message rather > > than segfaulting if ovs-ofctl add-flow is called with a mask for a match > > that does not accep

Re: [ovs-dev] [PATCH 0/2] Return no protocols if mask is supplied for unmaskable match

2013-10-31 Thread Ben Pfaff
On Thu, Oct 31, 2013 at 01:00:00PM +0900, Simon Horman wrote: > the primary purpose of this series is to return an error message rather > than segfaulting if ovs-ofctl add-flow is called with a mask for a match > that does not accept a mask. The second patch in the series does that > and updates th

[ovs-dev] [PATCH 0/2] Return no protocols if mask is supplied for unmaskable match

2013-10-30 Thread Simon Horman
Hi, the primary purpose of this series is to return an error message rather than segfaulting if ovs-ofctl add-flow is called with a mask for a match that does not accept a mask. The second patch in the series does that and updates the testsuite to exercise this. The first patch in the series corr