diff options
author | Patrick McHardy <kaber@trash.net> | 2007-01-04 15:16:06 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-01-04 15:16:06 -0500 |
commit | c9386cfddc11e331fa7c860cccaedc2ae8f459f8 (patch) | |
tree | 5ca294e3d5c0f29674ac218bb6c2155a6baee58c /net | |
parent | c68b8b687f9e3afff14b88327e17901fff0478ca (diff) |
[NETFILTER]: New connection tracking is not EXPERIMENTAL anymore
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/ipv4/netfilter/Kconfig | 4 | ||||
-rw-r--r-- | net/netfilter/Kconfig | 25 |
2 files changed, 14 insertions, 15 deletions
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index f6026d4ac428..47bd3ad18b71 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
@@ -6,8 +6,8 @@ menu "IP: Netfilter Configuration" | |||
6 | depends on INET && NETFILTER | 6 | depends on INET && NETFILTER |
7 | 7 | ||
8 | config NF_CONNTRACK_IPV4 | 8 | config NF_CONNTRACK_IPV4 |
9 | tristate "IPv4 connection tracking support (required for NAT) (EXPERIMENTAL)" | 9 | tristate "IPv4 connection tracking support (required for NAT)" |
10 | depends on EXPERIMENTAL && NF_CONNTRACK | 10 | depends on NF_CONNTRACK |
11 | ---help--- | 11 | ---help--- |
12 | Connection tracking keeps a record of what packets have passed | 12 | Connection tracking keeps a record of what packets have passed |
13 | through your machine, in order to figure out how they are related | 13 | through your machine, in order to figure out how they are related |
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index 1b853c34d301..cd10e44db015 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig | |||
@@ -44,8 +44,7 @@ choice | |||
44 | depends on NF_CONNTRACK_ENABLED | 44 | depends on NF_CONNTRACK_ENABLED |
45 | 45 | ||
46 | config NF_CONNTRACK_SUPPORT | 46 | config NF_CONNTRACK_SUPPORT |
47 | bool "Layer 3 Independent Connection tracking (EXPERIMENTAL)" | 47 | bool "Layer 3 Independent Connection tracking" |
48 | depends on EXPERIMENTAL | ||
49 | help | 48 | help |
50 | Layer 3 independent connection tracking is experimental scheme | 49 | Layer 3 independent connection tracking is experimental scheme |
51 | which generalize ip_conntrack to support other layer 3 protocols. | 50 | which generalize ip_conntrack to support other layer 3 protocols. |
@@ -122,7 +121,7 @@ config NF_CONNTRACK_EVENTS | |||
122 | 121 | ||
123 | config NF_CT_PROTO_GRE | 122 | config NF_CT_PROTO_GRE |
124 | tristate | 123 | tristate |
125 | depends on EXPERIMENTAL && NF_CONNTRACK | 124 | depends on NF_CONNTRACK |
126 | 125 | ||
127 | config NF_CT_PROTO_SCTP | 126 | config NF_CT_PROTO_SCTP |
128 | tristate 'SCTP protocol connection tracking support (EXPERIMENTAL)' | 127 | tristate 'SCTP protocol connection tracking support (EXPERIMENTAL)' |
@@ -136,8 +135,8 @@ config NF_CT_PROTO_SCTP | |||
136 | Documentation/modules.txt. If unsure, say `N'. | 135 | Documentation/modules.txt. If unsure, say `N'. |
137 | 136 | ||
138 | config NF_CONNTRACK_AMANDA | 137 | config NF_CONNTRACK_AMANDA |
139 | tristate "Amanda backup protocol support (EXPERIMENTAL)" | 138 | tristate "Amanda backup protocol support" |
140 | depends on EXPERIMENTAL && NF_CONNTRACK | 139 | depends on NF_CONNTRACK |
141 | select TEXTSEARCH | 140 | select TEXTSEARCH |
142 | select TEXTSEARCH_KMP | 141 | select TEXTSEARCH_KMP |
143 | help | 142 | help |
@@ -151,8 +150,8 @@ config NF_CONNTRACK_AMANDA | |||
151 | To compile it as a module, choose M here. If unsure, say N. | 150 | To compile it as a module, choose M here. If unsure, say N. |
152 | 151 | ||
153 | config NF_CONNTRACK_FTP | 152 | config NF_CONNTRACK_FTP |
154 | tristate "FTP protocol support (EXPERIMENTAL)" | 153 | tristate "FTP protocol support" |
155 | depends on EXPERIMENTAL && NF_CONNTRACK | 154 | depends on NF_CONNTRACK |
156 | help | 155 | help |
157 | Tracking FTP connections is problematic: special helpers are | 156 | Tracking FTP connections is problematic: special helpers are |
158 | required for tracking them, and doing masquerading and other forms | 157 | required for tracking them, and doing masquerading and other forms |
@@ -184,8 +183,8 @@ config NF_CONNTRACK_H323 | |||
184 | To compile it as a module, choose M here. If unsure, say N. | 183 | To compile it as a module, choose M here. If unsure, say N. |
185 | 184 | ||
186 | config NF_CONNTRACK_IRC | 185 | config NF_CONNTRACK_IRC |
187 | tristate "IRC protocol support (EXPERIMENTAL)" | 186 | tristate "IRC protocol support" |
188 | depends on EXPERIMENTAL && NF_CONNTRACK | 187 | depends on NF_CONNTRACK |
189 | help | 188 | help |
190 | There is a commonly-used extension to IRC called | 189 | There is a commonly-used extension to IRC called |
191 | Direct Client-to-Client Protocol (DCC). This enables users to send | 190 | Direct Client-to-Client Protocol (DCC). This enables users to send |
@@ -218,8 +217,8 @@ config NF_CONNTRACK_NETBIOS_NS | |||
218 | To compile it as a module, choose M here. If unsure, say N. | 217 | To compile it as a module, choose M here. If unsure, say N. |
219 | 218 | ||
220 | config NF_CONNTRACK_PPTP | 219 | config NF_CONNTRACK_PPTP |
221 | tristate "PPtP protocol support (EXPERIMENTAL)" | 220 | tristate "PPtP protocol support" |
222 | depends on EXPERIMENTAL && NF_CONNTRACK | 221 | depends on NF_CONNTRACK |
223 | select NF_CT_PROTO_GRE | 222 | select NF_CT_PROTO_GRE |
224 | help | 223 | help |
225 | This module adds support for PPTP (Point to Point Tunnelling | 224 | This module adds support for PPTP (Point to Point Tunnelling |
@@ -249,8 +248,8 @@ config NF_CONNTRACK_SIP | |||
249 | To compile it as a module, choose M here. If unsure, say N. | 248 | To compile it as a module, choose M here. If unsure, say N. |
250 | 249 | ||
251 | config NF_CONNTRACK_TFTP | 250 | config NF_CONNTRACK_TFTP |
252 | tristate "TFTP protocol support (EXPERIMENTAL)" | 251 | tristate "TFTP protocol support" |
253 | depends on EXPERIMENTAL && NF_CONNTRACK | 252 | depends on NF_CONNTRACK |
254 | help | 253 | help |
255 | TFTP connection tracking helper, this is required depending | 254 | TFTP connection tracking helper, this is required depending |
256 | on how restrictive your ruleset is. | 255 | on how restrictive your ruleset is. |