From: Steffen Klassert Date: Tue, 10 Sep 2013 11:43:09 +0000 (+0200) Subject: ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACH X-Git-Tag: v3.12-rc7~20^2~46^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3b2b9e192d5811f91f9cd92aeec489cecabc92e;p=pandora-kernel.git ipsec: Don't update the pmtu on ICMPV6_DEST_UNREACH Currently we update the pmtu in the IPsec protocol error handlers if icmpv6 message type is either ICMPV6_DEST_UNREACH or ICMPV6_PKT_TOOBIG. Updating the pmtu on ICMPV6_DEST_UNREACH is wrong in any case, it causes strangely fragmented packets. Only ICMPV6_PKT_TOOBIG signalizes pmtu discovery, so remove the ICMPV6_DEST_UNREACH check in the IPsec protocol error handlers. Signed-off-by: Steffen Klassert --- Reading git-diff-tree failed