lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
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