On Tue, Mar 26, 2019 at 11:39 AM Yi-Hung Wei <yihung....@gmail.com> wrote:
>
> 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 <pa...@netfilter.org>
> CC: Pravin Shelar <pshe...@ovn.org>
> Signed-off-by: Yi-Hung Wei <yihung....@gmail.com>
> ---
> 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

Looks good to me.

Reply via email to