projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/net/netfilter/Kconfig
b/net/netfilter/Kconfig
index db1c674397adc386f7a2c5306f41573b17303d5f..9a89e7c67d78c616762774e25ec967d1e992a4bf 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