public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/5] RFC: Fix bug 209
@ 2026-07-10  6:56 David Gibson
  2026-07-10  6:56 ` [PATCH 1/5] fwd: Clarify semantics of --host-lo-to-ns-lo David Gibson
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: David Gibson @ 2026-07-10  6:56 UTC (permalink / raw)
  To: Stefano Brivio, passt-dev; +Cc: David Gibson

Here are a handful of changes to forwarding ant multicast handling,
that fix bug 209.  It also gets us closer to correct multicast
handling, though we're certainly not there yet - multicast things
currently only really work at all because IP_MULTICAST_ALL defaults to
on, and for the common protocols the host is likely to be already a
group member.

RFC, because a tmux change has broken the tests for me, and I wanted
to send this out before I sort out how to fix that.  I have run the
subset of tests covered by "make bats", which includes the podman
tests.

David Gibson (5):
  fwd: Clarify semantics of --host-lo-to-ns-lo
  udp: Validate that we have a unicast source address
  fwd: Rework default address logic for inbound flows
  fwd: Reorder DNAPT and SNAT steps in fwd_nat_from_host()
  fwd: Don't rewrite inbound multicast destinations

 conf.c     |  2 ++
 fwd.c      | 61 ++++++++++++++++++++++++++++++++++--------------------
 passt.1    |  9 ++++----
 udp_flow.c |  2 +-
 4 files changed, 46 insertions(+), 28 deletions(-)

-- 
2.55.0


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

end of thread, other threads:[~2026-07-10  6:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-10  6:56 [PATCH 0/5] RFC: Fix bug 209 David Gibson
2026-07-10  6:56 ` [PATCH 1/5] fwd: Clarify semantics of --host-lo-to-ns-lo David Gibson
2026-07-10  6:56 ` [PATCH 2/5] udp: Validate that we have a unicast source address David Gibson
2026-07-10  6:56 ` [PATCH 3/5] fwd: Rework default address logic for inbound flows David Gibson
2026-07-10  6:56 ` [PATCH 4/5] fwd: Reorder DNAPT and SNAT steps in fwd_nat_from_host() David Gibson
2026-07-10  6:56 ` [PATCH 5/5] fwd: Don't rewrite inbound multicast destinations 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).