Re: [PATCH net-next v4 2/2] openvswitch: Add timeout support to ct action

2019-03-28 Thread David Miller
From: Yi-Hung Wei Date: Tue, 26 Mar 2019 11:31:14 -0700 > Add support for fine-grain timeout support to conntrack action. > The new OVS_CT_ATTR_TIMEOUT attribute of the conntrack action > specifies a timeout to be associated with this connection. > If no timeout is specified, it acts as is, that

Re: [PATCH net-next v4 2/2] openvswitch: Add timeout support to ct action

2019-03-27 Thread Pravin Shelar
On Tue, Mar 26, 2019 at 11:39 AM Yi-Hung Wei wrote: > > Add support for fine-grain timeout support to conntrack action. > The new OVS_CT_ATTR_TIMEOUT attribute of the conntrack action > specifies a timeout to be associated with this connection. > If no timeout is specified, it acts as is, that is

[PATCH net-next v4 2/2] openvswitch: Add timeout support to ct action

2019-03-26 Thread Yi-Hung Wei
Add support for fine-grain timeout support to conntrack action. The new OVS_CT_ATTR_TIMEOUT attribute of the conntrack action specifies a timeout to be associated with this connection. If no timeout is specified, it acts as is, that is the default timeout for the connection will be automatically ap