From: Daniel Lezcano Date: Tue, 4 Mar 2008 07:32:30 +0000 (-0800) Subject: [NETNS][IPV6] fib6 rule - dynamic allocation of the rules struct ops X-Git-Tag: v2.6.26-rc1~1138^2~502 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb5564b8532eec6b49379095df2b979aab85661f;p=pandora-kernel.git [NETNS][IPV6] fib6 rule - dynamic allocation of the rules struct ops The fib6_rules_ops structure is dynamically allocated, so that allows to make several instances of it per network namespace. The global static fib6_rules_ops structure is renamed to fib6_rules_ops_template in order to quickly memcopy it for the structure initialization. Signed-off-by: Daniel Lezcano Signed-off-by: Benjamin Thery Signed-off-by: David S. Miller --- Reading git-diff-tree failed