projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ddef04
)
[IPV6]: ROUTE: Try finding the next best route.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Tue, 21 Mar 2006 01:01:43 +0000
(17:01 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 21 Mar 2006 01:01:43 +0000
(17:01 -0800)
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/route.c
patch
|
blob
|
history
diff --git
a/net/ipv6/route.c
b/net/ipv6/route.c
index 1a314bc77863b039e8118c2642f2ece7915433eb..d8f3637952a200bd68b0a72ac51b7f9acea44a38 100644
(file)
--- 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; \