* [PATCH ] nftables kernel tree: nf_tables_ipv4.c: typo in struct filter_ipv4 initialization
@ 2013-06-22 13:43 gapsf
0 siblings, 0 replies; 3+ messages in thread
From: gapsf @ 2013-06-22 13:43 UTC (permalink / raw)
To: netfilter-devel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-nf_tables_ipv4.c-typo-in-struct-filter_ipv4-init.patch --]
[-- Type: text/x-c; name="0001-nf_tables_ipv4.c-typo-in-struct-filter_ipv4-init.patch", Size: 859 bytes --]
From 88971ca36cec61f39e8a24e6460ef3cda5db16db Mon Sep 17 00:00:00 2001
From: gapsf <gapsf@yandex.ru>
Date: Thu, 20 Jun 2013 23:28:26 +0700
Subject: [PATCH] nf_tables_ipv4.c: typo in struct filter_ipv4 initialization
---
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.8.3.msysgit.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] nftables kernel tree: nf_tables_ipv4.c: typo in struct filter_ipv4 initialization
@ 2013-06-22 16:40 gapsf
2013-06-29 10:29 ` Pablo Neira Ayuso
0 siblings, 1 reply; 3+ messages in thread
From: gapsf @ 2013-06-22 16:40 UTC (permalink / raw)
To: netfilter-devel
From: gapsf <gapsf@yandex.ru>
---
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.8.3.msysgit.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] nftables kernel tree: nf_tables_ipv4.c: typo in struct filter_ipv4 initialization
2013-06-22 16:40 [PATCH] nftables kernel tree: nf_tables_ipv4.c: typo in struct filter_ipv4 initialization gapsf
@ 2013-06-29 10:29 ` Pablo Neira Ayuso
0 siblings, 0 replies; 3+ messages in thread
From: Pablo Neira Ayuso @ 2013-06-29 10:29 UTC (permalink / raw)
To: gapsf; +Cc: netfilter-devel
Applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-29 10:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-22 16:40 [PATCH] nftables kernel tree: nf_tables_ipv4.c: typo in struct filter_ipv4 initialization gapsf
2013-06-29 10:29 ` Pablo Neira Ayuso
-- strict thread matches above, loose matches on Subject: below --
2013-06-22 13:43 [PATCH ] " gapsf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).