From: David S. Miller Date: Wed, 2 Mar 2011 06:06:22 +0000 (-0800) Subject: ipv6: Make icmp route lookup code a bit clearer. X-Git-Tag: v2.6.39-rc1~468^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b42835dbe83d725198c7ab0bbe726d6dfd92a634;p=pandora-kernel.git ipv6: Make icmp route lookup code a bit clearer. The route lookup code in icmpv6_send() is slightly tricky as a result of having to handle all of the requirements of RFC 4301 host relookups. Pull the route resolution into a seperate function, so that the error handling and route reference counting is hopefully easier to see and contained wholly within this new routine. Signed-off-by: David S. Miller --- Reading git-diff-tree failed