Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5cca4ace authored by Anton Blanchard's avatar Anton Blanchard Committed by Pablo Neira Ayuso
Browse files

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: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent cd67cd5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -951,7 +951,7 @@ comment "Xtables matches"


config NETFILTER_XT_MATCH_ADDRTYPE
config NETFILTER_XT_MATCH_ADDRTYPE
	tristate '"addrtype" address type match support'
	tristate '"addrtype" address type match support'
	depends on NETFILTER_ADVANCED
	default m if NETFILTER_ADVANCED=n
	---help---
	---help---
	  This option allows you to match what routing thinks of an address,
	  This option allows you to match what routing thinks of an address,
	  eg. UNICAST, LOCAL, BROADCAST, ...
	  eg. UNICAST, LOCAL, BROADCAST, ...