All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] netfilter: nf_tables: remove the duplicate NF_INET_LOCAL_OUT
@ 2013-06-28  7:57 Changli Gao
  2013-06-29 10:10 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Changli Gao @ 2013-06-28  7:57 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: Changli Gao, kaber, netfilter-devel

The line for NF_INET_LOCAL_OUT is duplicated by mistake, so just remove it.

---
 net/ipv4/netfilter/nf_tables_ipv4.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/net/ipv4/netfilter/nf_tables_ipv4.c b/net/ipv4/netfilter/nf_tables_ipv4.c
index ab6b407..5dfb2ae 100644
--- a/net/ipv4/netfilter/nf_tables_ipv4.c
+++ b/net/ipv4/netfilter/nf_tables_ipv4.c
@@ -100,7 +100,6 @@ static struct nf_chain_type filter_ipv4 = {
 	.fn		= {
 		[NF_INET_LOCAL_IN]	= nft_do_chain_ipv4,
 		[NF_INET_LOCAL_OUT]	= nft_do_chain_ipv4,
-		[NF_INET_LOCAL_OUT]	= nft_do_chain_ipv4,
 		[NF_INET_FORWARD]	= nft_do_chain_ipv4,
 		[NF_INET_PRE_ROUTING]	= nft_do_chain_ipv4,
 		[NF_INET_POST_ROUTING]	= nft_do_chain_ipv4,
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] netfilter: nf_tables: remove the duplicate NF_INET_LOCAL_OUT
  2013-06-28  7:57 [PATCH] netfilter: nf_tables: remove the duplicate NF_INET_LOCAL_OUT Changli Gao
@ 2013-06-29 10:10 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2013-06-29 10:10 UTC (permalink / raw)
  To: Changli Gao; +Cc: kaber, netfilter-devel

On Fri, Jun 28, 2013 at 03:57:26AM -0400, Changli Gao wrote:
> The line for NF_INET_LOCAL_OUT is duplicated by mistake, so just remove it.

Alexander Primak already sent me a patch for this a week ago.

I have applied that one.

Thanks anyway Gao.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-29 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-28  7:57 [PATCH] netfilter: nf_tables: remove the duplicate NF_INET_LOCAL_OUT Changli Gao
2013-06-29 10:10 ` Pablo Neira Ayuso

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.