aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2006-03-20 17:01:43 -0800
committerDavid S. Miller <davem@davemloft.net>2006-03-20 17:01:43 -0800
commitbb133964e036c4aaf773244468d589c024e7b399 (patch)
tree89ea37ebe290855fab314358f8ad32223e569fba /net
parent[IPV6]: ROUTE: Clean up rt6_select() code path in ip6_route_{intput,output}(). (diff)
downloadlinux-dev-bb133964e036c4aaf773244468d589c024e7b399.tar.xz
linux-dev-bb133964e036c4aaf773244468d589c024e7b399.zip
[IPV6]: ROUTE: Try finding the next best route.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv6/route.c2
1 files changed, 1 insertions, 1 deletions
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; \