Skip to content

Commit 44c45eb

Browse files
committed
Make !NETFILTER_ADVANCED enable IP6_NF_MATCH_IPV6HEADER
We want IPV6HEADER matching for the non-advanced default netfilter configuration, since it's part of the standard netfilter setup of at least some distributions (eg Fedora). Otherwise NETFILTER_ADVANCED loses much of its point, since even non-advanced users would have to enable all the advanced options just to get a working IPv6 netfilter setup. Signed-off-by: Linus Torvalds <[email protected]>
1 parent 85004cc commit 44c45eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/ipv6/netfilter/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ config IP6_NF_MATCH_HL
9999
config IP6_NF_MATCH_IPV6HEADER
100100
tristate '"ipv6header" IPv6 Extension Headers Match'
101101
depends on IP6_NF_IPTABLES
102-
depends on NETFILTER_ADVANCED
102+
default m if NETFILTER_ADVANCED=n
103103
help
104104
This module allows one to match packets based upon
105105
the ipv6 extension headers.

0 commit comments

Comments
 (0)