netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] ipvs: remove EXPERIMENTAL tag
@ 2010-07-26  7:56 Simon Horman
  2010-08-02 15:08 ` Patrick McHardy
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Horman @ 2010-07-26  7:56 UTC (permalink / raw)
  To: lvs-devel, netdev; +Cc: Wensong Zhang, Julian Anastasov, Patrick McHardy

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>

Index: nf-next-2.6/net/netfilter/ipvs/Kconfig
===================================================================
--- nf-next-2.6.orig/net/netfilter/ipvs/Kconfig	2010-07-26 16:44:36.000000000 +0900
+++ nf-next-2.6/net/netfilter/ipvs/Kconfig	2010-07-26 16:45:02.000000000 +0900
@@ -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.
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] ipvs: remove EXPERIMENTAL tag
  2010-07-26  7:56 [patch] ipvs: remove EXPERIMENTAL tag Simon Horman
@ 2010-08-02 15:08 ` Patrick McHardy
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2010-08-02 15:08 UTC (permalink / raw)
  To: Simon Horman; +Cc: lvs-devel, netdev, Wensong Zhang, Julian Anastasov

On 26.07.2010 09:56, Simon Horman wrote:
> 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

Applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-02 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26  7:56 [patch] ipvs: remove EXPERIMENTAL tag Simon Horman
2010-08-02 15:08 ` Patrick McHardy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).