From: David S. Miller Date: Wed, 13 Jul 2011 07:51:10 +0000 (-0700) Subject: net: Kill support for multiple hh_cache entries per neighbour X-Git-Tag: v3.1-rc1~316^2~169 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c25f686db352082eef8daa21b760192351a023a;p=pandora-kernel.git net: Kill support for multiple hh_cache entries per neighbour 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 --- Reading git-diff-tree failed