commit | b00897b881f775040653955fda99dcf7c167b382 | [log] [tgz] |
---|---|---|
author | Steffen Klassert <steffen.klassert@secunet.com> | Wed Jun 29 23:20:41 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 01 17:33:19 2011 -0700 |
tree | 95462798585771d75f9a3febe9b2145414f942c4 | |
parent | c146066ab80267c3305de5dda6a4083f06df9265 [diff] |
xfrm4: Don't call icmp_send on local error Calling icmp_send() on a local message size error leads to an incorrect update of the path mtu. So use ip_local_error() instead to notify the socket about the error. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: David S. Miller <davem@davemloft.net>