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
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
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