diff options
author | Patrick McHardy <kaber@trash.net> | 2008-01-15 02:31:36 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:02:16 -0500 |
commit | 8ce22fcab432313717d393c96ad35f0aee016e83 (patch) | |
tree | fbc81c52e38a8b9ea7f4b8a7f9be797f429915cd /net/ipv4 | |
parent | b26e76b7ce35b673deafab4a40eb33db6f81036f (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/ipv4')
-rw-r--r-- | net/ipv4/netfilter/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index cface714edf3..10ca307b8499 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
@@ -229,8 +229,8 @@ config IP_NF_TARGET_NETMAP | |||
229 | To compile it as a module, choose M here. If unsure, say N. | 229 | To compile it as a module, choose M here. If unsure, say N. |
230 | 230 | ||
231 | config NF_NAT_SNMP_BASIC | 231 | config NF_NAT_SNMP_BASIC |
232 | tristate "Basic SNMP-ALG support (EXPERIMENTAL)" | 232 | tristate "Basic SNMP-ALG support" |
233 | depends on EXPERIMENTAL && NF_NAT | 233 | depends on NF_NAT |
234 | depends on NETFILTER_ADVANCED | 234 | depends on NETFILTER_ADVANCED |
235 | ---help--- | 235 | ---help--- |
236 | 236 | ||