Skip to content

Commit 46a246c

Browse files
committed
netfilter: Remove NOTRACK/RAW dependency on NETFILTER_ADVANCED.
Distributions are using this in their default scripts, so don't hide them behind the advanced setting. Reported-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent c16a98e commit 46a246c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

net/ipv4/netfilter/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,6 @@ config IP_NF_TARGET_TTL
325325
# raw + specific targets
326326
config IP_NF_RAW
327327
tristate 'raw table support (required for NOTRACK/TRACE)'
328-
depends on NETFILTER_ADVANCED
329328
help
330329
This option adds a `raw' table to iptables. This table is the very
331330
first in the netfilter framework and hooks in at the PREROUTING

net/ipv6/netfilter/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ config IP6_NF_MANGLE
186186

187187
config IP6_NF_RAW
188188
tristate 'raw table support (required for TRACE)'
189-
depends on NETFILTER_ADVANCED
190189
help
191190
This option adds a `raw' table to ip6tables. This table is the very
192191
first in the netfilter framework and hooks in at the PREROUTING

net/netfilter/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ config NETFILTER_XT_TARGET_NOTRACK
542542
tristate '"NOTRACK" target support'
543543
depends on IP_NF_RAW || IP6_NF_RAW
544544
depends on NF_CONNTRACK
545-
depends on NETFILTER_ADVANCED
546545
help
547546
The NOTRACK target allows a select rule to specify
548547
which packets *not* to enter the conntrack/NAT

0 commit comments

Comments
 (0)