]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: net: add ICMP error source address test over xfrm tunnel
authorAntony Antony <antony.antony@secunet.com>
Thu, 26 Feb 2026 10:28:21 +0000 (11:28 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 28 Feb 2026 23:08:15 +0000 (15:08 -0800)
commit5b43d35e571fc957fd126c310663a4665f1e7511
tree48dda5c5368d51de6a0053c46712bbef59238d8c
parent595da751c8222ca957cfdc0161d9845a75c67046
selftests: net: add ICMP error source address test over xfrm tunnel

Test that ICMP error messages generated by an IPsec gateway use
the correct source address (the gateway's address, not the
unreachable destination).

Signed-off-by: Antony Antony <antony.antony@secunet.com>
Link: https://patch.msgid.link/79d526f96cf2252d71550d38772876bc72c7e3c7.1772101380.git.antony.antony@secunet.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/Makefile
tools/testing/selftests/net/xfrm_state.sh [new file with mode: 0755]