[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>

authored by Patrick McHardy and committed by David S. Miller c9386cfd c68b8b68

+14 -15
+2 -2
net/ipv4/netfilter/Kconfig
··· 6 depends on INET && NETFILTER 7 8 config NF_CONNTRACK_IPV4 9 - tristate "IPv4 connection tracking support (required for NAT) (EXPERIMENTAL)" 10 - depends on EXPERIMENTAL && NF_CONNTRACK 11 ---help--- 12 Connection tracking keeps a record of what packets have passed 13 through your machine, in order to figure out how they are related
··· 6 depends on INET && NETFILTER 7 8 config NF_CONNTRACK_IPV4 9 + tristate "IPv4 connection tracking support (required for NAT)" 10 + depends on NF_CONNTRACK 11 ---help--- 12 Connection tracking keeps a record of what packets have passed 13 through your machine, in order to figure out how they are related
+12 -13
net/netfilter/Kconfig
··· 44 depends on NF_CONNTRACK_ENABLED 45 46 config NF_CONNTRACK_SUPPORT 47 - bool "Layer 3 Independent Connection tracking (EXPERIMENTAL)" 48 - depends on EXPERIMENTAL 49 help 50 Layer 3 independent connection tracking is experimental scheme 51 which generalize ip_conntrack to support other layer 3 protocols. ··· 121 122 config NF_CT_PROTO_GRE 123 tristate 124 - depends on EXPERIMENTAL && NF_CONNTRACK 125 126 config NF_CT_PROTO_SCTP 127 tristate 'SCTP protocol connection tracking support (EXPERIMENTAL)' ··· 135 Documentation/modules.txt. If unsure, say `N'. 136 137 config NF_CONNTRACK_AMANDA 138 - tristate "Amanda backup protocol support (EXPERIMENTAL)" 139 - depends on EXPERIMENTAL && NF_CONNTRACK 140 select TEXTSEARCH 141 select TEXTSEARCH_KMP 142 help ··· 150 To compile it as a module, choose M here. If unsure, say N. 151 152 config NF_CONNTRACK_FTP 153 - tristate "FTP protocol support (EXPERIMENTAL)" 154 - depends on EXPERIMENTAL && NF_CONNTRACK 155 help 156 Tracking FTP connections is problematic: special helpers are 157 required for tracking them, and doing masquerading and other forms ··· 183 To compile it as a module, choose M here. If unsure, say N. 184 185 config NF_CONNTRACK_IRC 186 - tristate "IRC protocol support (EXPERIMENTAL)" 187 - depends on EXPERIMENTAL && NF_CONNTRACK 188 help 189 There is a commonly-used extension to IRC called 190 Direct Client-to-Client Protocol (DCC). This enables users to send ··· 217 To compile it as a module, choose M here. If unsure, say N. 218 219 config NF_CONNTRACK_PPTP 220 - tristate "PPtP protocol support (EXPERIMENTAL)" 221 - depends on EXPERIMENTAL && NF_CONNTRACK 222 select NF_CT_PROTO_GRE 223 help 224 This module adds support for PPTP (Point to Point Tunnelling ··· 248 To compile it as a module, choose M here. If unsure, say N. 249 250 config NF_CONNTRACK_TFTP 251 - tristate "TFTP protocol support (EXPERIMENTAL)" 252 - depends on EXPERIMENTAL && NF_CONNTRACK 253 help 254 TFTP connection tracking helper, this is required depending 255 on how restrictive your ruleset is.
··· 44 depends on NF_CONNTRACK_ENABLED 45 46 config NF_CONNTRACK_SUPPORT 47 + bool "Layer 3 Independent Connection tracking" 48 help 49 Layer 3 independent connection tracking is experimental scheme 50 which generalize ip_conntrack to support other layer 3 protocols. ··· 122 123 config NF_CT_PROTO_GRE 124 tristate 125 + depends on NF_CONNTRACK 126 127 config NF_CT_PROTO_SCTP 128 tristate 'SCTP protocol connection tracking support (EXPERIMENTAL)' ··· 136 Documentation/modules.txt. If unsure, say `N'. 137 138 config NF_CONNTRACK_AMANDA 139 + tristate "Amanda backup protocol support" 140 + depends on NF_CONNTRACK 141 select TEXTSEARCH 142 select TEXTSEARCH_KMP 143 help ··· 151 To compile it as a module, choose M here. If unsure, say N. 152 153 config NF_CONNTRACK_FTP 154 + tristate "FTP protocol support" 155 + depends on NF_CONNTRACK 156 help 157 Tracking FTP connections is problematic: special helpers are 158 required for tracking them, and doing masquerading and other forms ··· 184 To compile it as a module, choose M here. If unsure, say N. 185 186 config NF_CONNTRACK_IRC 187 + tristate "IRC protocol support" 188 + depends on NF_CONNTRACK 189 help 190 There is a commonly-used extension to IRC called 191 Direct Client-to-Client Protocol (DCC). This enables users to send ··· 218 To compile it as a module, choose M here. If unsure, say N. 219 220 config NF_CONNTRACK_PPTP 221 + tristate "PPtP protocol support" 222 + depends on NF_CONNTRACK 223 select NF_CT_PROTO_GRE 224 help 225 This module adds support for PPTP (Point to Point Tunnelling ··· 249 To compile it as a module, choose M here. If unsure, say N. 250 251 config NF_CONNTRACK_TFTP 252 + tristate "TFTP protocol support" 253 + depends on NF_CONNTRACK 254 help 255 TFTP connection tracking helper, this is required depending 256 on how restrictive your ruleset is.