[NETNS]: Make icmpv6_sk per namespace.
authorDenis V. Lunev <den@openvz.org>
Fri, 29 Feb 2008 19:21:22 +0000 (11:21 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Feb 2008 19:21:22 +0000 (11:21 -0800)
commit98c6d1b261e74750e6c56ede26dc295201c4a8b2
treee37818f4023b542a3c702d3fca11fc73f994737a
parent4a6ad7a141cbee2cf074e6cf8dc527b231b69ece
[NETNS]: Make icmpv6_sk per namespace.

All preparations are done. Now just add a hook to perform an
initialization on namespace startup and replace icmpv6_sk macro with
proper inline call.  Actual namespace the packet belongs too will be
passed later along with the one for the routing.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Acked-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netns/ipv6.h
net/ipv6/icmp.c