diff options
author | David S. Miller <davem@davemloft.net> | 2011-11-23 16:07:00 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-11-23 16:07:00 -0500 |
commit | 46a246c4dff9f248913e791b69f2336cd8d4ec41 (patch) | |
tree | 2f8d10fc0d3afdc82a1fa3295a456507c99d549b /net/netfilter | |
parent | c16a98ed91597b40b22b540c6517103497ef8e74 (diff) |
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>
Diffstat (limited to 'net/netfilter')
-rw-r--r-- | net/netfilter/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 8260b13d93c9..e8f379692294 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
@@ -542,7 +542,6 @@ config NETFILTER_XT_TARGET_NOTRACK | |||
542 | tristate '"NOTRACK" target support' | 542 | tristate '"NOTRACK" target support' |
543 | depends on IP_NF_RAW || IP6_NF_RAW | 543 | depends on IP_NF_RAW || IP6_NF_RAW |
544 | depends on NF_CONNTRACK | 544 | depends on NF_CONNTRACK |
545 | depends on NETFILTER_ADVANCED | ||
546 | help | 545 | help |
547 | The NOTRACK target allows a select rule to specify | 546 | The NOTRACK target allows a select rule to specify |
548 | which packets *not* to enter the conntrack/NAT | 547 | which packets *not* to enter the conntrack/NAT |