ip: reject too-big defragmented DF-skb when forwarding
authorFlorian Westphal <fw@strlen.de>
Thu, 21 May 2015 22:06:40 +0000 (00:06 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 25 May 2015 04:08:48 +0000 (00:08 -0400)
Send icmp pmtu error if we find that the largest fragment of df-skb
exceeded the output path mtu.

The ip output path will still catch this later on but we can avoid the
forward/postrouting hook traversal by rejecting right away.

This is what ipv6 already does.

Acked-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_forward.c

Simple merge