net: Add ->neigh_lookup() operation to dst_ops
authorDavid S. Miller <davem@davemloft.net>
Mon, 18 Jul 2011 07:40:17 +0000 (00:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Jul 2011 07:40:17 +0000 (00:40 -0700)
In the future dst entries will be neigh-less.  In that environment we
need to have an easy transition point for current users of
dst->neighbour outside of the packet output fast path.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found