From: Martin KaFai Lau Date: Sat, 23 May 2015 03:55:58 +0000 (-0700) Subject: ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~224^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2647a9b07032c5a95ddee1fcb65d95bddbc6b7f9;p=pandora-kernel.git ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST When creating a RTF_CACHE route, RTF_ANYCAST is set based on rt6i_dst. Also, rt6i_gateway is always set to the nexthop while the nexthop could be a gateway or the rt6i_dst.addr. After removing the rt6i_dst and rt6i_src dependency in the last patch, we also need to stop the caller from depending on rt6i_gateway and RTF_ANYCAST. Signed-off-by: Martin KaFai Lau Cc: Hannes Frederic Sowa Cc: Steffen Klassert Cc: Julian Anastasov Signed-off-by: David S. Miller --- Reading git-diff-tree failed