Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0537ae6a authored by Julius Volz's avatar Julius Volz Committed by David S. Miller
Browse files

ipvs: Update CONFIG_IP_VS_IPV6 description and help text



This adds a URL to further info to the CONFIG_IP_VS_IPV6 Kconfig help
text. Also, I think it should be ok to remove the "DANGEROUS" label in the
description line at this point to get people to try it out and find all
the bugs ;) It's still marked as experimental, of course.

Signed-off-by: default avatarJulius Volz <juliusv@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 95a5afca
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -25,11 +25,13 @@ menuconfig IP_VS
if IP_VS

config	IP_VS_IPV6
	bool "IPv6 support for IPVS (DANGEROUS)"
	bool "IPv6 support for IPVS"
	depends on EXPERIMENTAL && (IPV6 = y || IP_VS = IPV6)
	---help---
	  Add IPv6 support to IPVS. This is incomplete and might be dangerous.

	  See http://www.mindbasket.com/ipvs for more information.

	  Say N if unsure.

config	IP_VS_DEBUG