From: YOSHIFUJI Hideaki Date: Tue, 21 Mar 2006 01:01:43 +0000 (-0800) Subject: [IPV6]: ROUTE: Try finding the next best route. X-Git-Tag: v2.6.17-rc1~1175^2~216 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bb133964e036c4aaf773244468d589c024e7b399;p=karo-tx-linux.git [IPV6]: ROUTE: Try finding the next best route. Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- diff --git a/net/ipv6/route.c b/net/ipv6/route.c index 1a314bc77863..d8f3637952a2 100644 --- a/net/ipv6/route.c +++ b/net/ipv6/route.c @@ -396,7 +396,7 @@ static struct rt6_info *rt6_alloc_clone(struct rt6_info *ort, struct in6_addr *d } #define BACKTRACK() \ -if (rt == &ip6_null_entry && strict) { \ +if (rt == &ip6_null_entry) { \ while ((fn = fn->parent) != NULL) { \ if (fn->fn_flags & RTN_ROOT) { \ goto out; \