Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88012
b: refs/heads/master
c: 32aced7
h: refs/heads/master
v: v3
  • Loading branch information
Rusty Russell authored and David S. Miller committed Mar 28, 2008
1 parent a5df6fc commit 051c442
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: d41a95e04ae80b77ddc186d0d97e6b439684adb8
refs/heads/master: 32aced7509cb20ef3ec67c9b56f5b55c41dd4f8d
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ip_forward.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ int ip_forward(struct sk_buff *skb)
if (opt->is_strictroute && rt->rt_dst != rt->rt_gateway)
goto sr_failed;

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

0 comments on commit 051c442

Please sign in to comment.