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

Commit 2890a157 authored by Simon Horman's avatar Simon Horman Committed by Patrick McHardy
Browse files

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: default avatarPatrick McHardy <kaber@trash.net>
parent ee92d378
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.