summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/Kconfig
diff options
context:
space:
mode:
authorPatrick McHardy2007-01-04 21:16:06 +0100
committerDavid S. Miller2007-01-04 21:16:06 +0100
commitc9386cfddc11e331fa7c860cccaedc2ae8f459f8 (patch)
tree5ca294e3d5c0f29674ac218bb6c2155a6baee58c /net/ipv4/netfilter/Kconfig
parent[NETFILTER]: Fix routing of REJECT target generated packets in output chain (diff)
downloadkernel-qcow2-linux-c9386cfddc11e331fa7c860cccaedc2ae8f459f8.tar.gz
kernel-qcow2-linux-c9386cfddc11e331fa7c860cccaedc2ae8f459f8.tar.xz
kernel-qcow2-linux-c9386cfddc11e331fa7c860cccaedc2ae8f459f8.zip
[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/ipv4/netfilter/Kconfig')
-rw-r--r--net/ipv4/netfilter/Kconfig4
1 files changed, 2 insertions, 2 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"
depends on INET && NETFILTER
config NF_CONNTRACK_IPV4
- tristate "IPv4 connection tracking support (required for NAT) (EXPERIMENTAL)"
- depends on EXPERIMENTAL && NF_CONNTRACK
+ tristate "IPv4 connection tracking support (required for NAT)"
+ depends on NF_CONNTRACK
---help---
Connection tracking keeps a record of what packets have passed
through your machine, in order to figure out how they are related