Re: [ovs-dev] [PATCH v4 0/2] ALLOW Stateless NAT operations

2019-11-01 Thread Ankur Sharma
v4 0/2] ALLOW Stateless NAT operations On Fri, Nov 1, 2019, 2:57 PM Numan Siddique mailto:num...@ovn.org>> wrote: On Fri, Nov 1, 2019 at 6:58 AM Ankur Sharma mailto:ankur.sha...@nutanix.com>> wrote: > > NAT implementation in OVN uses connection tracker to replace >

Re: [ovs-dev] [PATCH v4 0/2] ALLOW Stateless NAT operations

2019-11-01 Thread Numan Siddique
On Fri, Nov 1, 2019, 2:57 PM Numan Siddique wrote: > On Fri, Nov 1, 2019 at 6:58 AM Ankur Sharma > wrote: > > > > NAT implementation in OVN uses connection tracker to replace > > source and dest ips. This implementation works fine and > > is the right approach for cases where external ips are

Re: [ovs-dev] [PATCH v4 0/2] ALLOW Stateless NAT operations

2019-11-01 Thread Numan Siddique
On Fri, Nov 1, 2019 at 6:58 AM Ankur Sharma wrote: > > NAT implementation in OVN uses connection tracker to replace > source and dest ips. This implementation works fine and > is the right approach for cases where external ips are shared > (i.e. SNAT) or where we replace ip only when relevant

[ovs-dev] [PATCH v4 0/2] ALLOW Stateless NAT operations

2019-10-31 Thread Ankur Sharma
NAT implementation in OVN uses connection tracker to replace source and dest ips. This implementation works fine and is the right approach for cases where external ips are shared (i.e. SNAT) or where we replace ip only when relevant flow is there (i.e. DNAT). However, it opens the possibility of