Re: [ovs-dev] [PATCHv2 2/6] Add connection tracking mark support.

2015-09-22 Thread Joe Stringer
On 18 September 2015 at 09:58, Ben Pfaff wrote: > On Thu, Sep 17, 2015 at 04:04:24PM -0700, Joe Stringer wrote: >> This patch adds a new 32-bit metadata field to the connection tracking >> interface. When a mark is specified as part of the ct action and the >> connection is committed, the value is

Re: [ovs-dev] [PATCHv2 2/6] Add connection tracking mark support.

2015-09-18 Thread Ben Pfaff
On Thu, Sep 17, 2015 at 04:04:24PM -0700, Joe Stringer wrote: > This patch adds a new 32-bit metadata field to the connection tracking > interface. When a mark is specified as part of the ct action and the > connection is committed, the value is saved with the current connection. > Subsequent ct lo

[ovs-dev] [PATCHv2 2/6] Add connection tracking mark support.

2015-09-17 Thread Joe Stringer
This patch adds a new 32-bit metadata field to the connection tracking interface. When a mark is specified as part of the ct action and the connection is committed, the value is saved with the current connection. Subsequent ct lookups with the table specified will expose this metadata as the "ct_ma