git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e69dd33
)
net: Kill support for multiple hh_cache entries per neighbour
author
David S. Miller
<davem@davemloft.net>
Wed, 13 Jul 2011 07:51:10 +0000
(
00:51
-0700)
committer
David 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