net: Kill support for multiple hh_cache entries per neighbour
authorDavid S. Miller <davem@davemloft.net>
Wed, 13 Jul 2011 07:51:10 +0000 (00:51 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 13 Jul 2011 09:29:59 +0000 (02:29 -0700)
This never, ever, happens.

Neighbour entries are always tied to one address family, and therefore
one set of dst_ops, and therefore one dst_ops->protocol "hh_type"
value.

This capability was blindly imported by Alexey Kuznetsov when he wrote
the neighbour layer.

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

No differences found