diff options
author | Patrick McHardy <kaber@trash.net> | 2006-12-02 22:11:01 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-12-02 22:11:01 -0800 |
commit | a3c479772c9f4239749950e7c8ea0e9c914a9d7e (patch) | |
tree | a6996d42891dafb46b6fcb19eb797ad092b7767a /net/ipv6 | |
parent | 807467c22a12381985878be23c778657fc0364d0 (diff) | |
download | op-kernel-dev-a3c479772c9f4239749950e7c8ea0e9c914a9d7e.zip op-kernel-dev-a3c479772c9f4239749950e7c8ea0e9c914a9d7e.tar.gz |
[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/ipv6')
-rw-r--r-- | net/ipv6/netfilter/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/netfilter/Kconfig b/net/ipv6/netfilter/Kconfig index d7c45a9c..fc3e5eb 100644 --- a/net/ipv6/netfilter/Kconfig +++ b/net/ipv6/netfilter/Kconfig @@ -6,7 +6,7 @@ menu "IPv6: Netfilter Configuration (EXPERIMENTAL)" depends on INET && IPV6 && NETFILTER && EXPERIMENTAL config NF_CONNTRACK_IPV6 - tristate "IPv6 support for new connection tracking (EXPERIMENTAL)" + tristate "IPv6 connection tracking support (EXPERIMENTAL)" depends on EXPERIMENTAL && NF_CONNTRACK ---help--- Connection tracking keeps a record of what packets have passed |