Skip to content
Commit b00897b8 authored by Steffen Klassert's avatar Steffen Klassert Committed by David S. Miller
Browse files

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: default avatarSteffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c146066a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment