diff options
author | Patrick McHardy <kaber@trash.net> | 2006-12-03 01:11:01 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-12-03 01:11:01 -0500 |
commit | a3c479772c9f4239749950e7c8ea0e9c914a9d7e (patch) | |
tree | a6996d42891dafb46b6fcb19eb797ad092b7767a /net/netfilter | |
parent | 807467c22a12381985878be23c778657fc0364d0 (diff) |
[NETFILTER]: Mark old IPv4-only connection tracking scheduled for removal
Also remove the references to "new connection tracking" from Kconfig.
After some short stabilization period of the new connection tracking
helpers/NAT code the old one will be removed.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter')
-rw-r--r-- | net/netfilter/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index e0deac17df12..3a66878a1829 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
@@ -56,7 +56,7 @@ config NF_CONNTRACK_SUPPORT | |||
56 | below). | 56 | below). |
57 | 57 | ||
58 | config IP_NF_CONNTRACK_SUPPORT | 58 | config IP_NF_CONNTRACK_SUPPORT |
59 | bool "Layer 3 Dependent Connection tracking" | 59 | bool "Layer 3 Dependent Connection tracking (OBSOLETE)" |
60 | help | 60 | help |
61 | The old, Layer 3 dependent ip_conntrack subsystem of netfilter. | 61 | The old, Layer 3 dependent ip_conntrack subsystem of netfilter. |
62 | 62 | ||
@@ -125,7 +125,7 @@ config NF_CT_PROTO_GRE | |||
125 | depends on EXPERIMENTAL && NF_CONNTRACK | 125 | depends on EXPERIMENTAL && NF_CONNTRACK |
126 | 126 | ||
127 | config NF_CT_PROTO_SCTP | 127 | config NF_CT_PROTO_SCTP |
128 | tristate 'SCTP protocol on new connection tracking support (EXPERIMENTAL)' | 128 | tristate 'SCTP protocol connection tracking support (EXPERIMENTAL)' |
129 | depends on EXPERIMENTAL && NF_CONNTRACK | 129 | depends on EXPERIMENTAL && NF_CONNTRACK |
130 | default n | 130 | default n |
131 | help | 131 | help |
@@ -151,7 +151,7 @@ config NF_CONNTRACK_AMANDA | |||
151 | To compile it as a module, choose M here. If unsure, say N. | 151 | To compile it as a module, choose M here. If unsure, say N. |
152 | 152 | ||
153 | config NF_CONNTRACK_FTP | 153 | config NF_CONNTRACK_FTP |
154 | tristate "FTP support on new connection tracking (EXPERIMENTAL)" | 154 | tristate "FTP protocol support (EXPERIMENTAL)" |
155 | depends on EXPERIMENTAL && NF_CONNTRACK | 155 | depends on EXPERIMENTAL && NF_CONNTRACK |
156 | help | 156 | help |
157 | Tracking FTP connections is problematic: special helpers are | 157 | Tracking FTP connections is problematic: special helpers are |