Re: [PATCHv6 net-next 05/10] openvswitch: Add conntrack action

2015-08-26 Thread Pravin Shelar
On Wed, Aug 26, 2015 at 11:31 AM, Joe Stringer wrote: > Expose the kernel connection tracker via OVS. Userspace components can > make use of the CT action to populate the connection state (ct_state) > field for a flow. This state can be subsequently matched. > > Exposed connection states are OVS_C

Re: [PATCHv6 net-next 05/10] openvswitch: Add conntrack action

2015-08-26 Thread Joe Stringer
On 26 August 2015 at 11:31, Joe Stringer wrote: > Expose the kernel connection tracker via OVS. Userspace components can > make use of the CT action to populate the connection state (ct_state) > field for a flow. This state can be subsequently matched. > > Exposed connection states are OVS_CS_F_*:

[PATCHv6 net-next 05/10] openvswitch: Add conntrack action

2015-08-26 Thread Joe Stringer
Expose the kernel connection tracker via OVS. Userspace components can make use of the CT action to populate the connection state (ct_state) field for a flow. This state can be subsequently matched. Exposed connection states are OVS_CS_F_*: - NEW (0x01) - Beginning of a new connection. - ESTABLISH