X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=kernel%2Fvserver%2FKconfig;fp=kernel%2Fvserver%2FKconfig;h=a38fe0b19fac712c7d1c9ca05adbe5bef8d85e40;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=c665930c5c29736bee3e3d933b6833e22e4b513e;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/kernel/vserver/Kconfig b/kernel/vserver/Kconfig index c665930c5..a38fe0b19 100644 --- a/kernel/vserver/Kconfig +++ b/kernel/vserver/Kconfig @@ -29,14 +29,14 @@ config VSERVER_LEGACY_VERSION so better avoid it, unless you really, really need it for backwards compatibility. -config VSERVER_NGNET - bool "Disable Legacy Networking Kernel API" - depends on EXPERIMENTAL - default n +config VSERVER_LEGACYNET + bool "Enable Legacy Networking Kernel API" + default y help - 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. + 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. config VSERVER_REMAP_SADDR bool "Remap Source IP Address" @@ -182,8 +182,8 @@ config VSERVER_SECURITY default y select SECURITY_CAPABILITIES -config VSERVER_LEGACYNET +config VSERVER_NGNET bool - depends on !VSERVER_NGNET + depends on EXPERIMENTAL && !VSERVER_LEGACYNET default y