aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-01-15 02:31:36 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:02:16 -0500
commit8ce22fcab432313717d393c96ad35f0aee016e83 (patch)
treefbc81c52e38a8b9ea7f4b8a7f9be797f429915cd /net/ipv6
parentb26e76b7ce35b673deafab4a40eb33db6f81036f (diff)
[NETFILTER]: Remove some EXPERIMENTAL dependencies
Most of the netfilter modules are not considered experimental anymore, the only ones I want to keep marked as EXPERIMENTAL are: - TCPOPTSTRIP target, which is brand new. - SANE helper, which is quite new. - CLUSTERIP target, which I believe hasn't had much testing despite being in the kernel for quite a long time. - SCTP match and conntrack protocol, which are a mess and need to be reviewed and cleaned up before I would trust them. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/netfilter/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig
index a6b4a9a10532..4fc0b023cfd7 100644
--- a/net/ipv6/netfilter/Kconfig
+++ b/net/ipv6/netfilter/Kconfig
@@ -2,12 +2,12 @@
2# IP netfilter configuration 2# IP netfilter configuration
3# 3#
4 4
5menu "IPv6: Netfilter Configuration (EXPERIMENTAL)" 5menu "IPv6: Netfilter Configuration"
6 depends on INET && IPV6 && NETFILTER && EXPERIMENTAL 6 depends on INET && IPV6 && NETFILTER
7 7
8config NF_CONNTRACK_IPV6 8config NF_CONNTRACK_IPV6
9 tristate "IPv6 connection tracking support (EXPERIMENTAL)" 9 tristate "IPv6 connection tracking support"
10 depends on INET && IPV6 && EXPERIMENTAL && NF_CONNTRACK 10 depends on INET && IPV6 && NF_CONNTRACK
11 default m if NETFILTER_ADVANCED=n 11 default m if NETFILTER_ADVANCED=n
12 ---help--- 12 ---help---
13 Connection tracking keeps a record of what packets have passed 13 Connection tracking keeps a record of what packets have passed
@@ -22,7 +22,7 @@ config NF_CONNTRACK_IPV6
22 22
23config IP6_NF_QUEUE 23config IP6_NF_QUEUE
24 tristate "IP6 Userspace queueing via NETLINK (OBSOLETE)" 24 tristate "IP6 Userspace queueing via NETLINK (OBSOLETE)"
25 depends on INET && IPV6 && NETFILTER && EXPERIMENTAL 25 depends on INET && IPV6 && NETFILTER
26 depends on NETFILTER_ADVANCED 26 depends on NETFILTER_ADVANCED
27 ---help--- 27 ---help---
28 28
@@ -44,7 +44,7 @@ config IP6_NF_QUEUE
44 44
45config IP6_NF_IPTABLES 45config IP6_NF_IPTABLES
46 tristate "IP6 tables support (required for filtering)" 46 tristate "IP6 tables support (required for filtering)"
47 depends on INET && IPV6 && EXPERIMENTAL 47 depends on INET && IPV6
48 select NETFILTER_XTABLES 48 select NETFILTER_XTABLES
49 default m if NETFILTER_ADVANCED=n 49 default m if NETFILTER_ADVANCED=n
50 help 50 help