From: Yi-Hung Wei <[email protected]>
Date: Tue, 26 Mar 2019 11:31:13 -0700

> This patch exports nf_ct_set_timeout() and nf_ct_destroy_timeout().
> The two functions are derived from xt_ct_destroy_timeout() and
> xt_ct_set_timeout() in xt_CT.c, and moved to nf_conntrack_timeout.c
> without any functional change.
> It would be useful for other users (i.e. OVS) that utilizes the
> finer-grain conntrack timeout feature.
> 
> CC: Pablo Neira Ayuso <[email protected]>
> CC: Pravin Shelar <[email protected]>
> Signed-off-by: Yi-Hung Wei <[email protected]>
> ---
> v1-> v2: Export nf_ct_set_timeout().
> v2-> v3: Fix build issue when CONFIG_NF_CONNTRACK_TIMEOUT is not set.
> v3-> v4: Remove unnessary #ifdef CONFIG_NF_CONNTRACK_TIMEOUT

Applied.

Reply via email to