X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=kernel%2Fvserver%2FKconfig;h=09cf9334730f9ae19fc62dcb540cc58f7ed3998f;hb=8e8ece46a861c84343256819eaec77e608ff9217;hp=b25de3e899e456b0ee9fbb0606a816ecaa7878f2;hpb=a6d8dea2993ef90fb69b81372daa0b63f8aa940e;p=linux-2.6.git diff --git a/kernel/vserver/Kconfig b/kernel/vserver/Kconfig index b25de3e89..09cf93347 100644 --- a/kernel/vserver/Kconfig +++ b/kernel/vserver/Kconfig @@ -12,6 +12,11 @@ config VSERVER_SECURITY default y select SECURITY_CAPABILITIES +config VSERVER_LEGACYNET + bool + depends on !VSERVER_NGNET + default y + menu "Linux VServer" config VSERVER_LEGACY @@ -21,15 +26,14 @@ config VSERVER_LEGACY This enables the legacy API used in vs1.xx, which allows to use older tools (for migration purposes). -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 allows - to configure per vserver IPs as we know it. - For now, even recent tools use this interface of the - legacy API, so unless you know what you are doing, - leave that option enabled. + 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_PROC_SECURE bool "Enable Proc Security"