netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
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	[thread overview]
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


             reply	other threads:[~2019-01-29  6:28 UTC|newest]

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 ` [PATCH] selftests/netfilter: fix config fragment CONFIG_NF_TABLES_INET 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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).