diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-05-26 18:41:12 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-05-26 18:41:06 +0200 |
commit | 529985de202276d0d3455d16d284d72efc357d98 (patch) | |
tree | 2612517f80dc9b2be12f5213df3aac9735ce33d6 /net/netfilter | |
parent | 2f06550b3b0e26f54045337e34ec2a1b666bb6c6 (diff) | |
download | linux-stable-529985de202276d0d3455d16d284d72efc357d98.tar.gz linux-stable-529985de202276d0d3455d16d284d72efc357d98.tar.bz2 linux-stable-529985de202276d0d3455d16d284d72efc357d98.zip |
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')
-rw-r--r-- | net/netfilter/Kconfig | 1 |
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 |