Skip to content
Snippets Groups Projects
Commit 7e223de8 authored by Anders Franzen's avatar Anders Franzen Committed by David S. Miller
Browse files

ip6_tunnel dont update the mtu on the route.


The ip6_tunnel device did not unset the flag,
IFF_XMIT_DST_RELEASE. This will make the dev layer
to release the dst before calling the tunnel.
The tunnel will not update any mtu/pmtu info, since
it does not have a dst on the skb.
Acked-by: default avatarEric Dumazet <eric.dumazet@gmail.com>

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d6182223
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment