summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki2006-03-21 02:01:43 +0100
committerDavid S. Miller2006-03-21 02:01:43 +0100
commitbb133964e036c4aaf773244468d589c024e7b399 (patch)
tree89ea37ebe290855fab314358f8ad32223e569fba /net/ipv6/route.c
parent[IPV6]: ROUTE: Clean up rt6_select() code path in ip6_route_{intput,output}(). (diff)
downloadkernel-qcow2-linux-bb133964e036c4aaf773244468d589c024e7b399.tar.gz
kernel-qcow2-linux-bb133964e036c4aaf773244468d589c024e7b399.tar.xz
kernel-qcow2-linux-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/ipv6/route.c')
-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; \