projects
/
profile
/
common
/
platform
/
kernel
/
linux-artik7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f06550
)
netfilter: default CONFIG_NETFILTER_INGRESS to y
author
Pablo Neira Ayuso
<pablo@netfilter.org>
Tue, 26 May 2015 16:41:12 +0000
(18:41 +0200)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Tue, 26 May 2015 16:41:06 +0000
(18:41 +0200)
Useful to compile-test all options.
Suggested-by: Alexei Stavoroitov <ast@plumgrid.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/Kconfig
patch
|
blob
|
history
diff --git
a/net/netfilter/Kconfig
b/net/netfilter/Kconfig
index
db1c674
..
9a89e7c
100644
(file)
--- a/
net/netfilter/Kconfig
+++ b/
net/netfilter/Kconfig
@@
-3,6
+3,7
@@
menu "Core Netfilter Configuration"
config NETFILTER_INGRESS
bool "Netfilter ingress support"
+ default y
select NET_INGRESS
help
This allows you to classify packets from ingress using the Netfilter