From: Daniel Lezcano Date: Tue, 4 Mar 2008 07:25:27 +0000 (-0800) Subject: [NETNS][IPV6] ip6_fib - make it per network namespace X-Git-Tag: v2.6.26-rc1~1138^2~508 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58f09b78b730cf0d936597272bf35b3d615e967c;p=pandora-kernel.git [NETNS][IPV6] ip6_fib - make it per network namespace The fib table for ipv6 are moved to the network namespace structure. All references to them are made relatively to the network namespace. All external calls to the ip6_fib functions taking the network namespace parameter are made using the init_net variable, so the ip6_fib engine is ready for the namespaces but the callers not yet. Signed-off-by: Daniel Lezcano Signed-off-by: Benjamin Thery Signed-off-by: David S. Miller --- Reading git-diff-tree failed