Message ID | 20190129062835.31122-1-naresh.kamboju@linaro.org |
---|---|
State | New |
Headers | show |
Series | selftests/netfilter: fix config fragment CONFIG_NF_TABLES_INET | expand |
Naresh Kamboju <naresh.kamboju@linaro.org> wrote: > 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 Oh, silly me. Thanks for fixing this up. Acked-by: Florian Westphal <fw@strlen.de>
On Tue, Jan 29, 2019 at 06:28:35AM +0000, Naresh Kamboju wrote: > 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 Applied, thanks.
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
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(-) -- 2.17.1