From: Pavel Emelyanov Date: Fri, 11 Jan 2008 01:42:55 +0000 (-0800) Subject: [NETNS]: Create ipv6 devconf-s for namespaces X-Git-Tag: v2.6.25-rc1~1162^2~791 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0da5a480cafc7ca228d6b5a05dbd77344a6bd29;p=pandora-kernel.git [NETNS]: Create ipv6 devconf-s for namespaces This is the core. Declare and register the pernet subsys for addrconf. The init callback the will create the devconf-s. The init_net will reuse the existing statically declared confs, so that accessing them from inside the ipv6 code will still work. The register_pernet_subsys() is moved above the ipv6_add_dev() call for loopback, because this function will need the net->devconf_dflt pointer to be already set. Signed-off-by: Pavel Emelyanov Signed-off-by: David S. Miller --- Reading git-diff-tree failed