Re: [PATCH 2/4] netfilter: default CONFIG_NETFILTER_INGRESS to y

2015-05-29 Thread Pablo Neira Ayuso
On Fri, May 29, 2015 at 08:19:35AM +0200, Jan Engelhardt wrote: > On Friday 2015-05-29 01:44, Pablo Neira Ayuso wrote: > > >Useful to compile-test all options. > > > >--- a/net/netfilter/Kconfig > >+++ b/net/netfilter/Kconfig > >@@ -3,6 +3,7 @@ menu "Core Netfilter Configuration" > > > > config N

Re: [PATCH 2/4] netfilter: default CONFIG_NETFILTER_INGRESS to y

2015-05-28 Thread Jan Engelhardt
On Friday 2015-05-29 01:44, Pablo Neira Ayuso wrote: >Useful to compile-test all options. > >--- 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 >

[PATCH 2/4] netfilter: default CONFIG_NETFILTER_INGRESS to y

2015-05-28 Thread Pablo Neira Ayuso
Useful to compile-test all options. Suggested-by: Alexei Stavoroitov Signed-off-by: Pablo Neira Ayuso --- net/netfilter/Kconfig |1 + 1 file changed, 1 insertion(+) diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index db1c674..9a89e7c 100644 --- a/net/netfilter/Kconfig +++ b/ne