]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'icmp-fix-icmp-error-source-address-over-xfrm-tunnel'
authorJakub Kicinski <kuba@kernel.org>
Sat, 28 Feb 2026 23:08:19 +0000 (15:08 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 28 Feb 2026 23:08:20 +0000 (15:08 -0800)
commit52d534aa6640a41f9813c7dfe30b65b11e4d7416
tree48dda5c5368d51de6a0053c46712bbef59238d8c
parentd578b4729399979f14f7ddd6a80e3ae0832c2e0c
parent5b43d35e571fc957fd126c310663a4665f1e7511
Merge branch 'icmp-fix-icmp-error-source-address-over-xfrm-tunnel'

Antony Antony says:

====================
icmp: Fix icmp error source address over xfrm tunnel

icmp: Fix icmp error source address over xfrm tunnel

This fix, originally sent to XFRM/IPsec, has been recommended by
Steffen Klassert to submit to the net tree, since it changes ICMP
behavior.

The patch addresses a minor issue related to the IPv4 source address
of ICMP error messages. The bug only occurs when xfrm policies are
configured. It originated from an old 2011 commit:

commit 415b3334a21a ("icmp: Fix regression in nexthop resolution during
replies.")
====================

Link: https://patch.msgid.link/cover.1772101380.git.antony.antony@secunet.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>