commit | bd7b1533cd6a68c734062aa69394bec7e2b1718e | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jul 15 16:00:59 2008 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 26 20:53:10 2008 -0400 |
tree | f968f6c68672502db08912bf69d8e3d1ba25169b | |
parent | f7e6ced4061da509f737541ca4dbd44d83a6e82f [diff] |
[PATCH] sysctl: make sure that /proc/sys/net/ipv4 appears before per-ns ones Massage ipv4 initialization - make sure that net.ipv4 appears as non-per-net-namespace before it shows up in per-net-namespace sysctls. That's the only change outside of sysctl.c needed to get sane ordering rules and data structures for sysctls (esp. for procfs side of that mess). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>