Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98235
b: refs/heads/master
c: fe833fc
h: refs/heads/master
i:
  98233: dbd7675
  98231: f1296fe
v: v3
  • Loading branch information
Steffen Klassert authored and David S. Miller committed Jun 17, 2008
1 parent 7753ab6 commit 1a101a0
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: a56b8f81580761c65e4d8d0c04ac1cb7a788bdf1
refs/heads/master: fe833fca2eac6b3d3ad5e35f44ad4638362f1da8
2 changes: 1 addition & 1 deletion trunk/net/ipv4/xfrm4_mode_tunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static int xfrm4_mode_tunnel_output(struct xfrm_state *x, struct sk_buff *skb)
IP_ECN_clear(top_iph);

top_iph->frag_off = (flags & XFRM_STATE_NOPMTUDISC) ?
0 : XFRM_MODE_SKB_CB(skb)->frag_off;
0 : (XFRM_MODE_SKB_CB(skb)->frag_off & htons(IP_DF));
ip_select_ident(top_iph, dst->child, NULL);

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

0 comments on commit 1a101a0

Please sign in to comment.