diff options
author | Simon Horman <horms@verge.net.au> | 2010-08-02 17:08:11 +0200 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2010-08-02 17:08:11 +0200 |
commit | 2890a1573d1ae859a4d77e2fdbecacf21f96c0db (patch) | |
tree | 36348ffbab8262e2c708f1fbb27b024616d64e28 /net/netfilter | |
parent | ee92d37861a90b8f14fa621ae5abcfb29a89aaa9 (diff) | |
download | linux-stable-2890a1573d1ae859a4d77e2fdbecacf21f96c0db.tar.gz linux-stable-2890a1573d1ae859a4d77e2fdbecacf21f96c0db.tar.bz2 linux-stable-2890a1573d1ae859a4d77e2fdbecacf21f96c0db.zip |
ipvs: remove EXPERIMENTAL tag
IPVS was merged into the kernel quite a long time ago and
has been seeing wide-spread production use for even longer.
It seems appropriate for it to be no longer tagged as EXPERIMENTAL
Signed-off-as: Simon Horman <horms@verge.net.au>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/netfilter')
-rw-r--r-- | net/netfilter/ipvs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/netfilter/ipvs/Kconfig b/net/netfilter/ipvs/Kconfig index be10f6526042..46a77d5c3887 100644 --- a/net/netfilter/ipvs/Kconfig +++ b/net/netfilter/ipvs/Kconfig @@ -26,7 +26,7 @@ if IP_VS config IP_VS_IPV6 bool "IPv6 support for IPVS" - depends on EXPERIMENTAL && (IPV6 = y || IP_VS = IPV6) + depends on IPV6 = y || IP_VS = IPV6 ---help--- Add IPv6 support to IPVS. This is incomplete and might be dangerous. |