Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / kernel / vserver / Kconfig
index 1959ab5..9fc27a3 100644 (file)
@@ -38,14 +38,14 @@ config      VSERVER_LEGACY_VERSION
          so better avoid it, unless you really, really need it
          for backwards compatibility.
 
-config VSERVER_LEGACYNET
-       bool    "Enable Legacy Networking Kernel API"
-       default y
+config VSERVER_NGNET
+       bool    "Disable Legacy Networking Kernel API"
+       depends on EXPERIMENTAL
+       default n
        help
-         This enables the legacy networking API which is required
-         by the chbind tool (for util-vserver versions prior to
-         0.30.210). If you use an older version, don't disable
-         this option.
+         This disables the legacy networking API which is required
+         by the chbind tool. Do not disable it unless you exactly
+         know what you are doing.
 
 config VSERVER_REMAP_SADDR
        bool    "Remap Source IP Address"
@@ -198,8 +198,8 @@ config      VSERVER_SECURITY
        default y
        select SECURITY_CAPABILITIES
 
-config VSERVER_NGNET
+config VSERVER_LEGACYNET
        bool
-       depends on EXPERIMENTAL && !VSERVER_LEGACYNET
+       depends on !VSERVER_NGNET
        default y