On Sat, 5 Apr 2025 15:21:26 -0400 Jon Maloy <jmaloy(a)redhat.com> wrote:Now that ICMP pass-through from socket-to-tap is in place, it is easy to support UDP based traceroute functionality in direction tap-to-socket. We fix that in this commit. Link: https://bugs.passt.top/show_bug.cgi?id=64 Signed-off-by: Jon Maloy <jmaloy(a)redhat.com>Applied! (and tested quite a bit, with "long" and "short" traceroutes). By the way, it occurred to me that supporting ICMP probes (try with 'traceroute -I') might also make sense, eventually, if it's simple enough (I *think* it is, we could probably set the TTL on the socket regardless of the transport protocol). -- Stefano