Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351439
b: refs/heads/master
c: c440f16
h: refs/heads/master
i:
  351437: b9b0d3a
  351435: 257d822
  351431: 553e711
  351423: 7bbeb2a
v: v3
  • Loading branch information
YOSHIFUJI Hideaki / 吉藤英明 authored and David S. Miller committed Jan 17, 2013
1 parent 81ceb65 commit 891b3ec
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: ac3175fe7a5788d40b067b76c27f2943cd0be2d7
refs/heads/master: c440f1609b6516029ac5286e00fb86b3a11acd8e
2 changes: 1 addition & 1 deletion trunk/net/ipv6/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,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->rt6i_flags & (RTF_NONEXTHOP | RTF_GATEWAY)))
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 891b3ec

Please sign in to comment.