Merge branch 'tunnel-shinfo'
authorDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 00:27:30 +0000 (17:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Mar 2021 00:27:30 +0000 (17:27 -0700)
Antoine Tenart says:

====================
net: do not modify the shared tunnel info when PMTU triggers an ICMP reply

The series fixes an issue were a shared ip_tunnel_info is modified when
PMTU triggers an ICMP reply in vxlan and geneve, making following
packets in that flow to have a wrong destination address if the flow
isn't updated. A detailled information is given in each of the two
commits.

This was tested manually with OVS and I ran the PTMU selftests with
kmemleak enabled (all OK, none was skipped).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge