From: Naresh Kamboju <naresh.kamboju@linaro.org> To: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org Cc: fw@strlen.de, pablo@netfilter.org, davem@davemloft.net, linux-kselftest@vger.kernel.org, Naresh Kamboju <naresh.kamboju@linaro.org> Subject: [PATCH] selftests/netfilter: fix config fragment CONFIG_NF_TABLES_INET Date: Tue, 29 Jan 2019 06:28:35 +0000 Message-ID: <20190129062835.31122-1-naresh.kamboju@linaro.org> (raw) In selftests the config fragment for netfilter was added as NF_TABLES_INET=y and this patch correct it as CONFIG_NF_TABLES_INET=y Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org> --- tools/testing/selftests/netfilter/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/netfilter/config b/tools/testing/selftests/netfilter/config index 1017313e41a8..59caa8f71cd8 100644 --- a/tools/testing/selftests/netfilter/config +++ b/tools/testing/selftests/netfilter/config @@ -1,2 +1,2 @@ CONFIG_NET_NS=y -NF_TABLES_INET=y +CONFIG_NF_TABLES_INET=y -- 2.17.1
next reply index Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-01-29 6:28 Naresh Kamboju [this message] 2019-01-29 7:59 ` Florian Westphal 2019-02-04 13:21 ` 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=20190129062835.31122-1-naresh.kamboju@linaro.org \ --to=naresh.kamboju@linaro.org \ --cc=davem@davemloft.net \ --cc=fw@strlen.de \ --cc=linux-kselftest@vger.kernel.org \ --cc=netdev@vger.kernel.org \ --cc=netfilter-devel@vger.kernel.org \ --cc=pablo@netfilter.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
Netdev Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/netdev/0 netdev/git/0.git git clone --mirror https://lore.kernel.org/netdev/1 netdev/git/1.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 netdev netdev/ https://lore.kernel.org/netdev \ netdev@vger.kernel.org public-inbox-index netdev Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.netdev AGPL code for this site: git clone https://public-inbox.org/public-inbox.git