diff options
author | Naresh Kamboju <naresh.kamboju@linaro.org> | 2019-01-29 06:28:35 +0000 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2019-02-04 14:21:02 +0100 |
commit | 952b72f89ae23b316da8c1021b18d0c388ad6cc4 (patch) | |
tree | d5c530f3f6cdf5e816433ed04c3851cf32a36446 /tools | |
parent | cfe4bd7a257f6d6f81d3458d8c9d9ec4957539e6 (diff) | |
download | linux-952b72f89ae23b316da8c1021b18d0c388ad6cc4.tar.bz2 |
selftests: netfilter: fix config fragment CONFIG_NF_TABLES_INET
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/netfilter/config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |