]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Store route neighbour in rt6_info struct.
authorDavid S. Miller <davem@davemloft.net>
Tue, 3 Jul 2012 05:43:47 +0000 (22:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jul 2012 09:41:58 +0000 (02:41 -0700)
commit4d9fa7185c30eac8a712b29f3bc624647308f00c
tree49c33db384053e154ce37839d07eae93f9cd4eae
parente1c187516db994570aa49a8d02ce498997b9d3a4
ipv6: Store route neighbour in rt6_info struct.

This makes for a simplified conversion away from dst_get_neighbour*().

All code outside of ipv6 will use neigh lookups via dst_neigh_lookup*().

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip6_fib.h
net/ipv6/ip6_output.c
net/ipv6/route.c
net/ipv6/xfrm6_policy.c