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)
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>

No differences found