public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH v2 0/2] udp: add guest-to-remote traceroute
@ 2025-03-27 16:51 Jon Maloy
  2025-03-27 16:51 ` [PATCH v2 1/2] Add ttl to outgoing flow structure lookups Jon Maloy
  2025-03-27 16:51 ` [PATCH v2 2/2] udp: support traceroute with udp Jon Maloy
  0 siblings, 2 replies; 4+ messages in thread
From: Jon Maloy @ 2025-03-27 16:51 UTC (permalink / raw)
  To: passt-dev, sbrivio, lvivier, dgibson, jmaloy

We add support for UDP traceroute in the tap-sock direction.
More will follow when this one is settled.

---
v2: - Added ttl/hop_limit as flow selection criteria
    - Using ancillary data instead of setsockopt() to
      pass on ttl/hop_limit.
    - Added support for IPv6

Jon Maloy (2):
  Add ttl to outgoing flow structure lookups
  udp: support traceroute with udp

 flow.c       | 17 ++++++++++++-----
 flow.h       |  8 ++++++--
 flow_table.h |  3 ++-
 icmp.c       | 15 ++++++++++-----
 icmp.h       |  2 +-
 packet.h     |  2 ++
 tap.c        | 25 ++++++++++++++++++-------
 tcp.c        |  6 +++---
 udp.c        | 31 +++++++++++++++++++++++++++----
 udp.h        |  3 ++-
 udp_flow.c   |  7 ++++---
 udp_flow.h   |  2 +-
 12 files changed, 88 insertions(+), 33 deletions(-)

-- 
2.48.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-28  1:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-27 16:51 [PATCH v2 0/2] udp: add guest-to-remote traceroute Jon Maloy
2025-03-27 16:51 ` [PATCH v2 1/2] Add ttl to outgoing flow structure lookups Jon Maloy
2025-03-28  1:50   ` David Gibson
2025-03-27 16:51 ` [PATCH v2 2/2] udp: support traceroute with udp Jon Maloy

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).