public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/5] Improvements to "connection" tracking for UDP
@ 2023-05-17  5:05 David Gibson
  2023-05-17  5:05 ` [PATCH 1/5] udp: Don't attempt to translate a 0.0.0.0 source address David Gibson
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: David Gibson @ 2023-05-17  5:05 UTC (permalink / raw)
  To: Stefano Brivio, passt-dev; +Cc: David Gibson

We need rudimentary "connection" tracking for UDP because we do have a
many-to-one mapping for our few NAT cases.  This is handled by the
port flags.  We can make some simplfiications to this code for
clarity.

David Gibson (5):
  udp: Don't attempt to translate a 0.0.0.0 source address
  udp: Small streamline to udp_update_hdr4()
  udp: Implement IPv6 PORT_GUA logic for IPv4 as well
  udp: Clarify connection tracking flags
  udp: Remove PORT_ADDR_SEEN "connection" tracking mode

 udp.c | 69 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 36 insertions(+), 33 deletions(-)

-- 
2.40.1


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

end of thread, other threads:[~2023-05-18  6:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17  5:05 [PATCH 0/5] Improvements to "connection" tracking for UDP David Gibson
2023-05-17  5:05 ` [PATCH 1/5] udp: Don't attempt to translate a 0.0.0.0 source address David Gibson
2023-05-17  5:05 ` [PATCH 2/5] udp: Small streamline to udp_update_hdr4() David Gibson
2023-05-17  5:05 ` [PATCH 3/5] udp: Implement IPv6 PORT_GUA logic for IPv4 as well David Gibson
2023-05-17  5:05 ` [PATCH 4/5] udp: Clarify connection tracking flags David Gibson
2023-05-17  5:05 ` [PATCH 5/5] udp: Remove PORT_ADDR_SEEN "connection" tracking mode David Gibson
2023-05-18  5:48 ` [PATCH 0/5] Improvements to "connection" tracking for UDP David Gibson

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).