]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[NETNS][IPV6] ip6_fib - clean node use namespace
authorBenjamin Thery <benjamin.thery@bull.net>
Tue, 4 Mar 2008 07:31:57 +0000 (23:31 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Mar 2008 07:31:57 +0000 (23:31 -0800)
commitec7d43c291df9f6e978733f892f7255be89feedb
tree36b890640fbb5761053a6f27f79b6c2c7ae84ab1
parent63152fc0de4dfe83da543bf133cef73d885a50fc
[NETNS][IPV6] ip6_fib - clean node use namespace

The fib6_clean_node function should have the network namespace it is
working on. The fib6_cleaner_t structure is extended with the network
namespace field to be passed to the fib6_clean_node function.

The different functions calling the fib6_clean_node function are
extended with the netns parameter when needed to propagate the netns
pointer.

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