]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit8e2f0ea2ad78b7f062426ab163f9dda796309fc8
tree56ef076e3646085138353ffe03b985a15edce6bf
parent87a70495cc4e6521e8ed0fc9f3ca8cef9e5a0654
[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