Re: [ovs-dev] [patch_v4 4/8] Userspace Datapath: Add ALG infra and FTP.

2017-07-14 Thread Ben Pfaff
Wow, that was fast. I'll look forward to v5. On Fri, Jul 14, 2017 at 05:37:43PM +, Darrell Ball wrote: > Thanks a lot for the review Ben > > On 7/13/17, 3:15 PM, "ovs-dev-boun...@openvswitch.org on behalf of Ben Pfaff" > wrote: >

Re: [ovs-dev] [patch_v4 4/8] Userspace Datapath: Add ALG infra and FTP.

2017-07-14 Thread Darrell Ball
Thanks a lot for the review Ben On 7/13/17, 3:15 PM, "ovs-dev-boun...@openvswitch.org on behalf of Ben Pfaff" wrote: On Wed, Jul 05, 2017 at 09:32:22PM -0700, Darrell Ball wrote: > ALG infra and FTP (both V4 and V6) support is

Re: [ovs-dev] [patch_v4 4/8] Userspace Datapath: Add ALG infra and FTP.

2017-07-13 Thread Ben Pfaff
On Wed, Jul 05, 2017 at 09:32:22PM -0700, Darrell Ball wrote: > ALG infra and FTP (both V4 and V6) support is added to the userspace > datapath. Also, NAT support is included. > > Signed-off-by: Darrell Ball Thanks a lot for working on this. It will be a valuable feature

[ovs-dev] [patch_v4 4/8] Userspace Datapath: Add ALG infra and FTP.

2017-07-05 Thread Darrell Ball
ALG infra and FTP (both V4 and V6) support is added to the userspace datapath. Also, NAT support is included. Signed-off-by: Darrell Ball --- lib/conntrack-private.h | 20 +- lib/conntrack.c | 1027 +++ lib/conntrack.h