Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26372
b: refs/heads/master
c: a76e07a
h: refs/heads/master
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Apr 30, 2006
1 parent bc90fe4 commit 1181ef7
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: da753beaeb1446aa87bcca7e8a0026633a8914f0
refs/heads/master: a76e07acd0de635122c5e60ccd5e55f9d5082391
2 changes: 1 addition & 1 deletion trunk/net/ipv4/xfrm4_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static void xfrm4_encap(struct sk_buff *skb)
top_iph->frag_off = (flags & XFRM_STATE_NOPMTUDISC) ?
0 : (iph->frag_off & htons(IP_DF));
if (!top_iph->frag_off)
__ip_select_ident(top_iph, dst, 0);
__ip_select_ident(top_iph, dst->child, 0);

top_iph->ttl = dst_metric(dst->child, RTAX_HOPLIMIT);

Expand Down

0 comments on commit 1181ef7

Please sign in to comment.