fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / net / ipv4 / ipvs / Kconfig
index 63a82b4..891b935 100644 (file)
@@ -2,11 +2,11 @@
 # IP Virtual Server configuration
 #
 menu   "IP: Virtual Server Configuration"
-       depends on INET && NETFILTER
+       depends on NETFILTER
 
 config IP_VS
        tristate "IP virtual server support (EXPERIMENTAL)"
-       depends on INET && NETFILTER
+       depends on NETFILTER
        ---help---
          IP Virtual Server support will let you build a high-performance
          virtual server based on cluster of two or more real servers. This
@@ -81,7 +81,7 @@ config        IP_VS_PROTO_ESP
        bool "ESP load balancing support"
        depends on IP_VS
        ---help---
-         This option enables support for load balancing ESP (Encapsultion
+         This option enables support for load balancing ESP (Encapsulation
          Security Payload) transport protocol. Say Y if unsure.
 
 config IP_VS_PROTO_AH
@@ -204,7 +204,7 @@ config      IP_VS_SED
          connections to the server with the shortest expected delay. The 
          expected delay that the job will experience is (Ci + 1) / Ui if 
          sent to the ith server, in which Ci is the number of connections
-         on the the ith server and Ui is the fixed service rate (weight)
+         on the ith server and Ui is the fixed service rate (weight)
          of the ith server.
 
          If you want to compile it in kernel, say Y. To compile it as a