summaryrefslogtreecommitdiff
authorNaresh Kamboju <naresh.kamboju@linaro.org>2019-01-29 06:28:35 (GMT)
committer Greg Kroah-Hartman <gregkh@linuxfoundation.org>2019-03-13 21:05:00 (GMT)
commit78dbfc5d258b45fae159f59c892012b75359dbb2 (patch)
tree54c222c32ef7565ab1d0083f8f5277286d2a0244
parentad3039362bb0aa8fb877e2122d34125ea3716b21 (diff)
downloadcommon-78dbfc5d258b45fae159f59c892012b75359dbb2.zip
common-78dbfc5d258b45fae159f59c892012b75359dbb2.tar.gz
common-78dbfc5d258b45fae159f59c892012b75359dbb2.tar.bz2
selftests: netfilter: fix config fragment CONFIG_NF_TABLES_INET
[ Upstream commit 952b72f89ae23b316da8c1021b18d0c388ad6cc4 ] 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> Acked-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat
-rw-r--r--tools/testing/selftests/netfilter/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/netfilter/config b/tools/testing/selftests/netfilter/config
index 1017313..59caa8f 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