From: Steffen Klassert Date: Tue, 5 Feb 2013 01:48:05 +0000 (+0000) Subject: ipv6: Don't send packet to big messages to self X-Git-Tag: v3.9-rc1~139^2~154 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4e53e292ad0626a9d4f80cbdb6adae867d8b2bc;p=pandora-kernel.git ipv6: Don't send packet to big messages to self Calling icmpv6_send() on a local message size error leads to an incorrect update of the path mtu in the case when IPsec is used. So use ipv6_local_error() instead to notify the socket about the error. Reported-by: Jiri Bohac Signed-off-by: Steffen Klassert Signed-off-by: David S. Miller --- Reading git-diff-tree failed