From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: Tue, 26 May 2015 16:41:12 +0000 (+0200)
Subject: netfilter: default CONFIG_NETFILTER_INGRESS to y
X-Git-Tag: firefly_0821_release~176^2~1587^2~178^2~2
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=529985de202276d0d3455d16d284d72efc357d98;p=firefly-linux-kernel-4.4.55.git

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>
---

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