]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
ipvs: remove EXPERIMENTAL tag
authorSimon Horman <horms@verge.net.au>
Mon, 2 Aug 2010 15:08:11 +0000 (17:08 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 2 Aug 2010 15:08:11 +0000 (17:08 +0200)
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>
net/netfilter/ipvs/Kconfig

index be10f65260426388dabe50bc9f178d87128886fe..46a77d5c3887dc7c874b327a77afb539c8d92777 100644 (file)
@@ -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.