netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netfilter: Don't hide NETFILTER_XT_MATCH_ADDRTYPE behind NETFILTER_ADVANCED
@ 2015-01-20 23:53 Anton Blanchard
  2015-02-11 15:11 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Blanchard @ 2015-01-20 23:53 UTC (permalink / raw)
  To: Pablo Neira Ayuso, Patrick McHardy, Jozsef Kadlecsik,
	David S. Miller, sfr, mpe
  Cc: netfilter-devel, coreteam

Docker needs NETFILTER_XT_MATCH_ADDRTYPE, so move it out from behind
NETFILTER_ADVANCED and make it default to a module.

Signed-off-by: Anton Blanchard <anton@samba.org>
---
 net/netfilter/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index b02660f..c68c3b4 100644
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
@@ -951,7 +951,7 @@ comment "Xtables matches"
 
 config NETFILTER_XT_MATCH_ADDRTYPE
 	tristate '"addrtype" address type match support'
-	depends on NETFILTER_ADVANCED
+	default m if NETFILTER_ADVANCED=n
 	---help---
 	  This option allows you to match what routing thinks of an address,
 	  eg. UNICAST, LOCAL, BROADCAST, ...
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] netfilter: Don't hide NETFILTER_XT_MATCH_ADDRTYPE behind NETFILTER_ADVANCED
  2015-01-20 23:53 [PATCH] netfilter: Don't hide NETFILTER_XT_MATCH_ADDRTYPE behind NETFILTER_ADVANCED Anton Blanchard
@ 2015-02-11 15:11 ` Pablo Neira Ayuso
  0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2015-02-11 15:11 UTC (permalink / raw)
  To: Anton Blanchard
  Cc: Patrick McHardy, Jozsef Kadlecsik, David S. Miller, sfr, mpe,
	netfilter-devel, coreteam

On Wed, Jan 21, 2015 at 10:53:50AM +1100, Anton Blanchard wrote:
> Docker needs NETFILTER_XT_MATCH_ADDRTYPE, so move it out from behind
> NETFILTER_ADVANCED and make it default to a module.

Missed this little one, applied thanks.

> Signed-off-by: Anton Blanchard <anton@samba.org>
> ---
>  net/netfilter/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
> index b02660f..c68c3b4 100644
> --- a/net/netfilter/Kconfig
> +++ b/net/netfilter/Kconfig
> @@ -951,7 +951,7 @@ comment "Xtables matches"
>  
>  config NETFILTER_XT_MATCH_ADDRTYPE
>  	tristate '"addrtype" address type match support'
> -	depends on NETFILTER_ADVANCED
> +	default m if NETFILTER_ADVANCED=n
>  	---help---
>  	  This option allows you to match what routing thinks of an address,
>  	  eg. UNICAST, LOCAL, BROADCAST, ...
> -- 
> 2.1.0
> 
> --
> To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-02-11 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-20 23:53 [PATCH] netfilter: Don't hide NETFILTER_XT_MATCH_ADDRTYPE behind NETFILTER_ADVANCED Anton Blanchard
2015-02-11 15:11 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).