Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107352
b: refs/heads/master
c: 77e2f14
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and David S. Miller committed Aug 1, 2008
1 parent e1653b8 commit 5b5d996
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bc4768eb081a67642c0c44c34ea597c273bdedcb
refs/heads/master: 77e2f14f71d68d05945f1d30ca55b5194d6ab1ce
4 changes: 4 additions & 0 deletions trunk/net/ipv6/ip6_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,10 @@ int ip6_xmit(struct sock *sk, struct sk_buff *skb, struct flowi *fl,
skb_reset_network_header(skb);
hdr = ipv6_hdr(skb);

/* Allow local fragmentation. */
if (ipfragok)
skb->local_df = 1;

/*
* Fill in the IPv6 header
*/
Expand Down

0 comments on commit 5b5d996

Please sign in to comment.