Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233891
b: refs/heads/master
c: 7343ff3
h: refs/heads/master
i:
  233889: 302dc1c
  233887: 81ff3b1
v: v3
  • Loading branch information
David S. Miller committed Mar 10, 2011
1 parent fbe7ba6 commit 88988e4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 03a14ab134f4811ab1475f07b1305ccaf38b690f
refs/heads/master: 7343ff31ebf01691ea4515d3126467434b9d22d6
4 changes: 3 additions & 1 deletion trunk/net/ipv6/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -739,8 +739,10 @@ static struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table,

if (!rt->rt6i_nexthop && !(rt->rt6i_flags & RTF_NONEXTHOP))
nrt = rt6_alloc_cow(rt, &fl->fl6_dst, &fl->fl6_src);
else
else if (!(rt->dst.flags & DST_HOST))
nrt = rt6_alloc_clone(rt, &fl->fl6_dst);
else
goto out2;

dst_release(&rt->dst);
rt = nrt ? : net->ipv6.ip6_null_entry;
Expand Down

0 comments on commit 88988e4

Please sign in to comment.