netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftests/netfilter: fix config fragment CONFIG_NF_TABLES_INET
@ 2019-01-29  6:28 Naresh Kamboju
  2019-01-29  7:59 ` Florian Westphal
  2019-02-04 13:21 ` Pablo Neira Ayuso
  0 siblings, 2 replies; 3+ messages in thread
From: Naresh Kamboju @ 2019-01-29  6:28 UTC (permalink / raw)
  To: netfilter-devel, netdev; +Cc: fw, pablo, davem, linux-kselftest, Naresh Kamboju

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


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

end of thread, other threads:[~2019-02-04 13:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-29  6:28 [PATCH] selftests/netfilter: fix config fragment CONFIG_NF_TABLES_INET Naresh Kamboju
2019-01-29  7:59 ` Florian Westphal
2019-02-04 13:21 ` Pablo Neira Ayuso

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).