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