Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33748
b: refs/heads/master
c: 0668b47
h: refs/heads/master
v: v3
  • Loading branch information
Wei Dong authored and David S. Miller committed Aug 31, 2006
1 parent bfddd54 commit c0f443f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5991c84421f3ea1e281954610a39e4993e5c39e4
refs/heads/master: 0668b47205e42c04e9c1b594573be5a822ac7f09
1 change: 1 addition & 0 deletions trunk/net/ipv4/ip_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ int ip_fragment(struct sk_buff *skb, int (*output)(struct sk_buff*))
iph = skb->nh.iph;

if (unlikely((iph->frag_off & htons(IP_DF)) && !skb->local_df)) {
IP_INC_STATS(IPSTATS_MIB_FRAGFAILS);
icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED,
htonl(dst_mtu(&rt->u.dst)));
kfree_skb(skb);
Expand Down

0 comments on commit c0f443f

Please sign in to comment.