dect
/
linux-2.6
Archived
13
0
Fork 0

[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>
This commit is contained in:
YOSHIFUJI Hideaki 2006-03-20 17:01:43 -08:00 committed by David S. Miller
parent 1ddef044ed
commit bb133964e0
1 changed files with 1 additions and 1 deletions

View File

@ -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; \