From f16171d544022c7db7c66937ac71b9793b5271b3 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Mon, 2 Aug 2010 17:08:11 +0200 Subject: [PATCH] --- yaml --- r: 203983 b: refs/heads/master c: 2890a1573d1ae859a4d77e2fdbecacf21f96c0db h: refs/heads/master i: 203981: 51f0fb7e85506e47f7cb247f2d8327b63d9e2c55 203979: 8c45bcab3a8795639326bf641ac23d31a28ce996 203975: 899993d31074f578f315e4b4f151ceaf1dfbf917 203967: dd50236ba5a602061bafe0c0c84f87e560dafad2 v: v3 --- [refs] | 2 +- trunk/net/netfilter/ipvs/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a401453f2ee3..61b6bd823354 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ee92d37861a90b8f14fa621ae5abcfb29a89aaa9 +refs/heads/master: 2890a1573d1ae859a4d77e2fdbecacf21f96c0db diff --git a/trunk/net/netfilter/ipvs/Kconfig b/trunk/net/netfilter/ipvs/Kconfig index be10f6526042..46a77d5c3887 100644 --- a/trunk/net/netfilter/ipvs/Kconfig +++ b/trunk/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.