[ovs-dev] [PATCH ovn] northd: add condition for stateless nat drop flow in S_ROUTER_IN_GW_REDIRECT pipeline

2022-06-10 Thread Lorenzo Bianconi
Match the drop flow for stateless dnat_and_snat flow in S_ROUTER_IN_GW_REDIRECT stage just if allowed_ext_ips or exempted_ext_ips conditions do not match since it breaks the hairping scenario with stateless nat. Fix the northd documentation. Fixes: c0224a14f ("northd: fix stateless nat with allowe

Re: [ovs-dev] [PATCH ovn] northd: add condition for stateless nat drop flow in S_ROUTER_IN_GW_REDIRECT pipeline

2022-06-15 Thread Mark Michelson
Hi Lorenzo, I have a few comments below On 6/10/22 13:49, Lorenzo Bianconi wrote: Match the drop flow for stateless dnat_and_snat flow in S_ROUTER_IN_GW_REDIRECT stage just if allowed_ext_ips or exempted_ext_ips conditions do not match since it breaks the hairping scenario with stateless nat.

Re: [ovs-dev] [PATCH ovn] northd: add condition for stateless nat drop flow in S_ROUTER_IN_GW_REDIRECT pipeline

2022-06-18 Thread Lorenzo Bianconi
> Hi Lorenzo, I have a few comments below > > On 6/10/22 13:49, Lorenzo Bianconi wrote: > > Match the drop flow for stateless dnat_and_snat flow in > > S_ROUTER_IN_GW_REDIRECT > > stage just if allowed_ext_ips or exempted_ext_ips conditions do not > > match since it breaks the hairping scenario w

Re: [ovs-dev] [PATCH ovn] northd: add condition for stateless nat drop flow in S_ROUTER_IN_GW_REDIRECT pipeline

2022-06-23 Thread Mark Michelson
On 6/18/22 10:32, Lorenzo Bianconi wrote: Hi Lorenzo, I have a few comments below On 6/10/22 13:49, Lorenzo Bianconi wrote: Match the drop flow for stateless dnat_and_snat flow in S_ROUTER_IN_GW_REDIRECT stage just if allowed_ext_ips or exempted_ext_ips conditions do not match since it breaks t