Re: [ovs-dev] [PATCH 0/8] Add support for connection tracking.

2015-09-10 Thread Ben Pfaff
On Wed, Sep 09, 2015 at 07:12:20PM -0700, Joe Stringer wrote: > On 9 September 2015 at 19:00, Joe Stringer wrote: > > > > > This series is also available as a pull request, here: > > https://github.com/openvswitch/ovs/pull/66 > > My mail client ate patches 4 and 6, due to this one line that's ov

Re: [ovs-dev] [PATCH 0/8] Add support for connection tracking.

2015-09-09 Thread Joe Stringer
On 9 September 2015 at 19:00, Joe Stringer wrote: > > This series is also available as a pull request, here: > https://github.com/openvswitch/ovs/pull/66 My mail client ate patches 4 and 6, due to this one line that's over 1000 characters long. (In the test suite). Suggest using this git branch

[ovs-dev] [PATCH 0/8] Add support for connection tracking.

2015-09-09 Thread Joe Stringer
This series adds support for sending packets through a connection tracker, which allows OVS to perform stateful firewalling functions. The functionality added in this series works in conjunction with the interface that is available in the latest upstream Linux kernel development releases that will