Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271619
b: refs/heads/master
c: 7011687
h: refs/heads/master
i:
  271617: eef1fa9
  271615: e36eb74
v: v3
  • Loading branch information
Gao feng authored and David S. Miller committed Oct 28, 2011
1 parent 8bf0426 commit 9b8c1e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 504744e4edc24f6f16eed44a59b39bffcc0c1391
refs/heads/master: 7011687f0f2f12cc348f6a693fafe63d89167eac
3 changes: 1 addition & 2 deletions trunk/net/ipv6/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -1086,11 +1086,10 @@ struct dst_entry *icmp6_dst_alloc(struct net_device *dev,
rt->dst.output = ip6_output;
dst_set_neighbour(&rt->dst, neigh);
atomic_set(&rt->dst.__refcnt, 1);
dst_metric_set(&rt->dst, RTAX_HOPLIMIT, 255);

ipv6_addr_copy(&rt->rt6i_dst.addr, addr);
rt->rt6i_dst.plen = 128;
rt->rt6i_idev = idev;
dst_metric_set(&rt->dst, RTAX_HOPLIMIT, 255);

spin_lock_bh(&icmp6_dst_lock);
rt->dst.next = icmp6_dst_gc_list;
Expand Down

0 comments on commit 9b8c1e9

Please sign in to comment.