diff mbox series

selftests/netfilter: fix config fragment CONFIG_NF_TABLES_INET

Message ID 20190129062835.31122-1-naresh.kamboju@linaro.org (mailing list archive)
State Mainlined
Commit 952b72f89ae23b316da8c1021b18d0c388ad6cc4
Headers show
Series selftests/netfilter: fix config fragment CONFIG_NF_TABLES_INET | expand

Commit Message

Naresh Kamboju Jan. 29, 2019, 6:28 a.m. UTC
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(-)

Comments

Florian Westphal Jan. 29, 2019, 7:59 a.m. UTC | #1
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>
Pablo Neira Ayuso Feb. 4, 2019, 1:21 p.m. UTC | #2
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 mbox series

Patch

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