Re: [ovs-dev] [PATCH] ovn-northd: Fix overlapping ARP/ND resolution logical flows.

2016-09-23 Thread Ben Pfaff
On Thu, Sep 22, 2016 at 11:28:11PM -0700, Justin Pettit wrote: > > > On Sep 22, 2016, at 8:59 PM, Ben Pfaff wrote: > > > > IPv4 and IPv6 packets have separate flows and should not overlap with a > > catch-all flow that treats all packets like IPv4. It's unpredictable what > > flow actually gets

Re: [ovs-dev] [PATCH] ovn-northd: Fix overlapping ARP/ND resolution logical flows.

2016-09-22 Thread Justin Pettit
> On Sep 22, 2016, at 8:59 PM, Ben Pfaff wrote: > > IPv4 and IPv6 packets have separate flows and should not overlap with a > catch-all flow that treats all packets like IPv4. It's unpredictable what > flow actually gets chosen in this situation. > > Found by inspection. > > CC: Justin Pettit

[ovs-dev] [PATCH] ovn-northd: Fix overlapping ARP/ND resolution logical flows.

2016-09-22 Thread Ben Pfaff
IPv4 and IPv6 packets have separate flows and should not overlap with a catch-all flow that treats all packets like IPv4. It's unpredictable what flow actually gets chosen in this situation. Found by inspection. CC: Justin Pettit Fixes: c34a87b6c570 ("ovn: Add support for IPv6 dynamic bindings.