projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
netns: Coexist with the sysfs limitations v2
[linux-2.6]
/
net
/
Kconfig
diff --git
a/net/Kconfig
b/net/Kconfig
index
d789d79
..
8c3d97c
100644
(file)
--- a/
net/Kconfig
+++ b/
net/Kconfig
@@
-27,7
+27,7
@@
menu "Networking options"
config NET_NS
bool "Network namespace support"
default n
- depends on EXPERIMENTAL &&
!SYSFS &&
NAMESPACES
+ depends on EXPERIMENTAL && NAMESPACES
help
Allow user space to create what appear to be multiple instances
of the network stack.