[NETNS][IPV6] addrconf - Pass the proper network namespace parameters to addrconf
authorDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 5 Mar 2008 18:46:57 +0000 (10:46 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Mar 2008 18:46:57 +0000 (10:46 -0800)
commitaf2849377e7b70afa1274e475be50286cd0ef6eb
tree56ef076e3646085138353ffe03b985a15edce6bf
parent300bf591deca8d108799e70e9300dc31765643e3
[NETNS][IPV6] addrconf - Pass the proper network namespace parameters to addrconf

This patch propagates the network namespace pointer to the address
configuration routines which need it, which means adding a new
parameter to these functions, and make them use it instead of using
the initial network namespace.

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/addrconf.h
net/ipv6/addrconf.c
net/ipv6/af_inet6.c