From: Yi-Hung Wei <yihung....@gmail.com>
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 is the default
> timeout for the connection will be automatically applied.
> 
> Example usage:
> $ nfct timeout add timeout_1 inet tcp syn_sent 100 established 200
> $ ovs-ofctl add-flow br0 in_port=1,ip,tcp,action=ct(commit,timeout=timeout_1)
> 
> CC: Pravin Shelar <pshe...@ovn.org>
> CC: Pablo Neira Ayuso <pa...@netfilter.org>
> Signed-off-by: Yi-Hung Wei <yihung....@gmail.com>
> ---
> v1-> v2: Utilize nf_ct_set_timeout().
> v2-> v4: No change in this patch, the build issue is resolved by patch 1.

Applied.

Reply via email to