diff options
Diffstat (limited to 'net/ipv6/ip6_output.c')
| -rw-r--r-- | net/ipv6/ip6_output.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 70d0de404197..38122d04fadc 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c @@ -1373,7 +1373,7 @@ emsgsize:  	 */  	cork->length += length; -	if (((length > mtu) || +	if ((((length + fragheaderlen) > mtu) ||  	     (skb && skb_is_gso(skb))) &&  	    (sk->sk_protocol == IPPROTO_UDP) &&  	    (rt->dst.dev->features & NETIF_F_UFO) && !rt->dst.header_len &&  | 
