X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2FKconfig;h=ab4e6da5012f1e1d2ef45436fa863d80655f75e2;hb=821f3eff7cdb9d6c7076effabd46c96c322daed1;hp=cdba08ca2efe6145464c1f55516c672dd303892c;hpb=939ab20152390c8ccccfa6fac0830405ca91d903;p=linux-2.6-omap-h63xx.git diff --git a/net/Kconfig b/net/Kconfig index cdba08ca2ef..ab4e6da5012 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -27,6 +27,14 @@ if NET menu "Networking options" +config NET_NS + bool "Network namespace support" + default n + depends on EXPERIMENTAL && !SYSFS + help + Allow user space to create what appear to be multiple instances + of the network stack. + source "net/packet/Kconfig" source "net/unix/Kconfig" source "net/xfrm/Kconfig"