All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] IP_VS should depend on EXPERIMENTAL ?
@ 2007-07-20 11:44 Gabriel C
  2007-07-20 11:59 ` Robert P. J. Day
  2007-07-20 12:11 ` Robert P. J. Day
  0 siblings, 2 replies; 7+ messages in thread
From: Gabriel C @ 2007-07-20 11:44 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: netdev

Hi,

IP_VS has :

..

tristate "IP virtual server support (EXPERIMENTAL)"

..

but it does not depend on EXPERIMENTAL.


Signed-off-by: Gabriel Craciunescu <nix.or.die@googlemail.com>

---

 net/ipv4/ipvs/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/ipv4/ipvs/Kconfig b/net/ipv4/ipvs/Kconfig
index 09d0c3f..3c594ec 100644
--- a/net/ipv4/ipvs/Kconfig
+++ b/net/ipv4/ipvs/Kconfig
@@ -3,7 +3,7 @@
 #
 menuconfig IP_VS
 	tristate "IP virtual server support (EXPERIMENTAL)"
-	depends on NETFILTER
+	depends on NETFILTER && EXPERIMENTAL
 	---help---
 	  IP Virtual Server support will let you build a high-performance
 	  virtual server based on cluster of two or more real servers. This

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

end of thread, other threads:[~2007-07-20 13:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20 11:44 [PATCH] IP_VS should depend on EXPERIMENTAL ? Gabriel C
2007-07-20 11:59 ` Robert P. J. Day
2007-07-20 12:17   ` Gabriel C
2007-07-20 12:21     ` Robert P. J. Day
2007-07-20 12:32       ` Gabriel C
2007-07-20 13:04         ` Robert P. J. Day
2007-07-20 12:11 ` Robert P. J. Day

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.