Re: [ovs-dev] [PATCH v2 3/3] OVN: add protocol unreachable support to OVN router ports

2018-07-11 Thread Lorenzo Bianconi
> This got fixed, right? > Hi Ben, it should be fixed with: f1bb2232af23 ('ovn: Fix gateway load balancing') Regards, Lorenzo > On Fri, Jun 29, 2018 at 02:59:39PM +0200, Daniel Alvarez Sanchez wrote: > > Yes, let's hope we can get it in soon... expecting an v3 from Darrell > > apparently. > >

Re: [ovs-dev] [PATCH v2 3/3] OVN: add protocol unreachable support to OVN router ports

2018-07-10 Thread Ben Pfaff
This got fixed, right? On Fri, Jun 29, 2018 at 02:59:39PM +0200, Daniel Alvarez Sanchez wrote: > Yes, let's hope we can get it in soon... expecting an v3 from Darrell > apparently. > Thanks! > > On Fri, Jun 29, 2018 at 2:15 PM Lucas Alvares Gomes > wrote: > > > Hi, > > > > > this should be

Re: [ovs-dev] [PATCH v2 3/3] OVN: add protocol unreachable support to OVN router ports

2018-06-29 Thread Daniel Alvarez Sanchez
Yes, let's hope we can get it in soon... expecting an v3 from Darrell apparently. Thanks! On Fri, Jun 29, 2018 at 2:15 PM Lucas Alvares Gomes wrote: > Hi, > > > this should be the same issue reported by Darrell ('ovn: Fix gateway > > load balancing') > > Regards, > > > > Yeah that's right, I

Re: [ovs-dev] [PATCH v2 3/3] OVN: add protocol unreachable support to OVN router ports

2018-06-29 Thread Lucas Alvares Gomes
Hi, > this should be the same issue reported by Darrell ('ovn: Fix gateway > load balancing') > Regards, > Yeah that's right, I have applied Darrell's patch [0] and re-run the same test that myself and Daniel were debugging [1] and I can confirm that it works now. Thanks for the pointers! [0]

Re: [ovs-dev] [PATCH v2 3/3] OVN: add protocol unreachable support to OVN router ports

2018-06-29 Thread Lorenzo Bianconi
> > Hi all, Hi Daniel, > > We are hitting issues with this patch on OpenStack CI in this particular test > [0]. > The scenario is one VM trying to ping the router interface; replies are sent > by > the router interface but never reached the instance back as the last NAT > action > doesn't

Re: [ovs-dev] [PATCH v2 3/3] OVN: add protocol unreachable support to OVN router ports

2018-06-29 Thread Daniel Alvarez Sanchez
Hi all, We are hitting issues with this patch on OpenStack CI in this particular test [0]. The scenario is one VM trying to ping the router interface; replies are sent by the router interface but never reached the instance back as the last NAT action doesn't happen. Stopping northd and deleting

[ovs-dev] [PATCH v2 3/3] OVN: add protocol unreachable support to OVN router ports

2018-06-18 Thread Lorenzo Bianconi
Add priority-70 flows to generate ICMP protocol unreachable messages in reply to packets directed to the router's IP address on IP protocols other than UDP, TCP, and ICMP Signed-off-by: Lorenzo Bianconi --- ovn/northd/ovn-northd.8.xml | 4 ovn/northd/ovn-northd.c | 14 ++