All of lore.kernel.org
 help / color / mirror / Atom feed
From: gapsf <gapsf@yandex.ru>
To: netfilter-devel@vger.kernel.org
Subject: [PATCH ] nftables kernel tree: nf_tables_ipv4.c: typo in struct filter_ipv4 initialization
Date: Sat, 22 Jun 2013 20:43:50 +0700	[thread overview]
Message-ID: <76071371908630@web29g.yandex.ru> (raw)

[-- 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


             reply	other threads:[~2013-06-22 13:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-22 13:43 gapsf [this message]
  -- strict thread matches above, loose matches on Subject: below --
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=76071371908630@web29g.yandex.ru \
    --to=gapsf@yandex.ru \
    --cc=netfilter-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.