Skip to content
Commit d6af1a31 authored by Steffen Klassert's avatar Steffen Klassert
Browse files

vti: Add pmtu handling to vti_xmit.



We currently rely on the PMTU discovery of xfrm.
However if a packet is locally sent, the PMTU mechanism
of xfrm tries to do local socket notification what
might not work for applications like ping that don't
check for this. So add pmtu handling to vti_xmit to
report MTU changes immediately.

Reported-by: default avatarMark McKinstry <Mark.McKinstry@alliedtelesis.co.nz>
Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
parent 215276c0
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