[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAOrHB_CVFahcYZxK_e=x0c0Nugt-ww=7+0F1kz_ArZo3=kWApQ@mail.gmail.com>
Date: Wed, 27 Mar 2019 11:24:01 -0700
From: Pravin Shelar <pshelar@....org>
To: Yi-Hung Wei <yihung.wei@...il.com>
Cc: Linux Kernel Network Developers <netdev@...r.kernel.org>,
Pablo Neira Ayuso <pablo@...filter.org>
Subject: Re: [PATCH net-next v4 1/2] netfilter: Export nf_ct_{set,destroy}_timeout()
On Tue, Mar 26, 2019 at 11:39 AM Yi-Hung Wei <yihung.wei@...il.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 <pablo@...filter.org>
> CC: Pravin Shelar <pshelar@....org>
> Signed-off-by: Yi-Hung Wei <yihung.wei@...il.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.
Powered by blists - more mailing lists