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)
commit97cac0821af4474ec4ba3a9e7a36b98ed9b6db88
tree49c33db384053e154ce37839d07eae93f9cd4eae
parent534cb283efef9fdbd9f70f4615054d26aa444dd6
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