Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb133964 authored by YOSHIFUJI Hideaki's avatar YOSHIFUJI Hideaki Committed by David S. Miller
Browse files

[IPV6]: ROUTE: Try finding the next best route.

parent 1ddef044
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; \