summaryrefslogtreecommitdiff
path: root/net/netfilter/Kconfig
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2015-05-26 18:41:12 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2015-05-26 18:41:06 +0200
commit529985de202276d0d3455d16d284d72efc357d98 (patch)
tree2612517f80dc9b2be12f5213df3aac9735ce33d6 /net/netfilter/Kconfig
parent2f06550b3b0e26f54045337e34ec2a1b666bb6c6 (diff)
netfilter: default CONFIG_NETFILTER_INGRESS to y
Useful to compile-test all options. Suggested-by: Alexei Stavoroitov <ast@plumgrid.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/Kconfig')
-rw-r--r--net/netfilter/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index db1c674397ad..9a89e7c67d78 100644
--- 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