From: Pablo Neira Ayuso Date: Tue, 26 May 2015 16:41:12 +0000 (+0200) Subject: netfilter: default CONFIG_NETFILTER_INGRESS to y X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=529985de202276d0d3455d16d284d72efc357d98;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git netfilter: default CONFIG_NETFILTER_INGRESS to y Useful to compile-test all options. Suggested-by: Alexei Stavoroitov Signed-off-by: Pablo Neira Ayuso --- 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