projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfe4bd7
)
selftests: netfilter: fix config fragment CONFIG_NF_TABLES_INET
author
Naresh Kamboju
<
[email protected]
>
Tue, 29 Jan 2019 06:28:35 +0000
(06:28 +0000)
committer
Pablo Neira Ayuso
<
[email protected]
>
Mon, 4 Feb 2019 13:21:02 +0000
(14:21 +0100)
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 <
[email protected]
>
Acked-by: Florian Westphal <
[email protected]
>
Signed-off-by: Pablo Neira Ayuso <
[email protected]
>
tools/testing/selftests/netfilter/config
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/netfilter/config
b/tools/testing/selftests/netfilter/config
index 1017313e41a85e160f62a815d693836aaf1d4521..59caa8f71cd80e133b11acde1fb969077eebfecf 100644
(file)
--- 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