[NETNS][IPV6] route6 - make route6 per namespace
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Tue, 4 Mar 2008 21:47:47 +0000 (13:47 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Mar 2008 21:47:47 +0000 (13:47 -0800)
commit5578689a4e3c04f2d43ea39736fd3fa396d80c6e
tree3fca397549e4b08bf71e07a14527dc2f793f15f9
parent7b4da53229bb61469bdab321384b9a13406e3485
[NETNS][IPV6] route6 - make route6 per namespace

This patch makes the routing engine use the network namespaces to
access routing informations: Add a network namespace parameter to
ipv6_route_ioctl and propagate the network namespace value to all the
routing code that have not yet been changed.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: Benjamin Thery <benjamin.thery@bull.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_route.h
net/ipv6/af_inet6.c
net/ipv6/route.c