Re: [ovs-dev] [PATCH] datapath: Return EEXIST on overlapping new flow request

2013-06-20 Thread Jesse Gross
On Thu, Jun 20, 2013 at 4:36 PM, Andy Zhou wrote: > Flow update still requires unmasked key to match. If not, > return EINVAL. > > CC: Justin Pettit > Signed-off-by: Andy Zhou Applied, thanks. ___ dev mailing list dev@openvswitch.org http://openvswitc

[ovs-dev] [PATCH] datapath: Return EEXIST on overlapping new flow request

2013-06-20 Thread Andy Zhou
Flow update still requires unmasked key to match. If not, return EINVAL. CC: Justin Pettit Signed-off-by: Andy Zhou --- datapath/datapath.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/datapath/datapath.c b/datapath/datapath.c index ee3d5e4..a514e74 100644 -