diff options
author | Anton Blanchard <anton@samba.org> | 2015-01-21 10:53:50 +1100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-02-11 16:09:29 +0100 |
commit | 5cca4ace0fac4474edb02120bf1284ed6eb059aa (patch) | |
tree | 33779f063ab0d7dc0c2ea88ac05002e06ef76aa3 /net/netfilter/Kconfig | |
parent | cd67cd5eb25ae9a7bafbfd3d52d4c05e1d80af3b (diff) | |
download | blackbird-obmc-linux-5cca4ace0fac4474edb02120bf1284ed6eb059aa.tar.gz blackbird-obmc-linux-5cca4ace0fac4474edb02120bf1284ed6eb059aa.zip |
netfilter: Don't hide NETFILTER_XT_MATCH_ADDRTYPE behind NETFILTER_ADVANCED
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>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/Kconfig')
-rw-r--r-- | net/netfilter/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index b02660fa9eb0..c68c3b441381 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, ... |