From: Daniel Lezcano Date: Thu, 10 Jan 2008 10:53:43 +0000 (-0800) Subject: [NETNS][IPV6]: Make multiple instance of sysctl tables. X-Git-Tag: v2.6.25-rc1~1162^2~822 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=760f2d0186225f06d46e07232d65219c5055cad3;p=pandora-kernel.git [NETNS][IPV6]: Make multiple instance of sysctl tables. Each network namespace wants its own set of sysctl value, eg. we should not be able from a namespace to set a sysctl value for another namespace , especially for the initial network namespace. This patch duplicates the sysctl table when we register a new network namespace for ipv6. The duplicated table are postfixed with the "template" word to notify the developper the table is cloned. Signed-off-by: Daniel Lezcano Signed-off-by: David S. Miller --- Reading git-diff-tree failed