netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Anton Blanchard <anton@samba.org>
Cc: Patrick McHardy <kaber@trash.net>,
	Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>,
	"David S. Miller" <davem@davemloft.net>,
	sfr@canb.auug.org.au, mpe@ellerman.id.au,
	netfilter-devel@vger.kernel.org, coreteam@netfilter.org
Subject: Re: [PATCH] netfilter: Don't hide NETFILTER_XT_MATCH_ADDRTYPE behind NETFILTER_ADVANCED
Date: Wed, 11 Feb 2015 16:11:07 +0100	[thread overview]
Message-ID: <20150211151107.GA4333@salvia> (raw)
In-Reply-To: <20150121105350.77e77534@kryten>

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

      reply	other threads:[~2015-02-11 15:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150211151107.GA4333@salvia \
    --to=pablo@netfilter.org \
    --cc=anton@samba.org \
    --cc=coreteam@netfilter.org \
    --cc=davem@davemloft.net \
    --cc=kaber@trash.net \
    --cc=kadlec@blackhole.kfki.hu \
    --cc=mpe@ellerman.id.au \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).