Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349634
b: refs/heads/master
c: bd30e94
h: refs/heads/master
v: v3
  • Loading branch information
Marcelo Ricardo Leitner authored and David S. Miller committed Jan 31, 2013
1 parent ef59a81 commit 291166c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70c37bf97f2a91accba76080db69144f3b69f736
refs/heads/master: bd30e947207e2ea0ff2c08f5b4a03025ddce48d3
2 changes: 1 addition & 1 deletion trunk/net/ipv6/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ static struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table,
dst_hold(&rt->dst);
read_unlock_bh(&table->tb6_lock);

if (!rt->n && !(rt->rt6i_flags & RTF_NONEXTHOP))
if (!rt->n && !(rt->rt6i_flags & (RTF_NONEXTHOP | RTF_LOCAL)))
nrt = rt6_alloc_cow(rt, &fl6->daddr, &fl6->saddr);
else if (!(rt->dst.flags & DST_HOST))
nrt = rt6_alloc_clone(rt, &fl6->daddr);
Expand Down

0 comments on commit 291166c

Please sign in to comment.