The new version with tag 2023_12_04.b86afe3 includes the following changes: b86afe3 tcp: Don't defer hash table removal e21b6d6 tcp: "TCP" hash secret doesn't need to be TCP specific cf83988 pif: Add helpers to get the name of a pif 460064d test: Avoid hitting guestfish command length limits 705549f flow,tcp: Use epoll_ref type including flow and side 788d2fe tcp_splice: Use unsigned to represent side ecea8d3 flow,tcp: Generalise TCP epoll_ref to generic flows 31bab5f tcp: Remove unneccessary bounds check in tcp_timer_handler() df96a4c flow: Introduce 'sidx' type to represent one side of one flow eb8b1a2 flow, tcp: Add logging helpers for connection related messages 96590b0 flow: Make unified version of flow table compaction 9d44aba util: MAX_FROM_BITS() should be unsigned e2e8219 flow, tcp: Consolidate flow pointer<->index helpers f08ce92 flow, tcp: Move TCP connection table to unified flow table 16ae032 flow, tcp: Generalise connection types ba84a3b treewide: Add messages to static_assert() calls d902bb6 tcp: remove useless assignment bae676a port_fwd, util: Include additional headers to fix build with musl 7e175f3 packet: Offset plus length is not always uint32_t, but it's always size_t 0655904 treewide: Use 'z' length modifier for size_t/ssize_t conversions 4117bd9 port_fwd, util: Don't bind UDP ports with opposite-side bound TCP ports https://passt.top/passt/log/?qt=range&q=2023_11_19.4f1709d..2023_12_04.… Packages: - Arch Linux: https://www.archlinux.org/packages/extra/x86_64/passt/ https://archlinuxarm.org/packages/aarch64/passt https://archlinuxarm.org/packages/armv7h/passt - Debian tracker: https://tracker.debian.org/pkg/passt - Copr (CentOS Stream, EPEL, Fedora, Mageia, openSUSE): https://copr.fedorainfracloud.org/coprs/sbrivio/passt/build/6721932/ permanent mirror: https://passt.top/builds/copr/0^20231204.gb86afe3/ - Fedora updates: https://bodhi.fedoraproject.org/updates/?packages=passt - Ubuntu tracker: https://launchpad.net/ubuntu/+source/passt - Void Linux: https://voidlinux.org/packages/?q=passt - Static builds: - Package for other RPM-based distributions, x86_64 only: https://passt.top/builds/latest/x86_64/passt-gb86afe3-1.x86_64.rpm - x86_64 static binaries: https://passt.top/builds/latest/x86_64/ - Debian package, from x86_64 static build: https://passt.top/builds/latest/x86_64/passt_0b86afe3-1_all.deb -- Stefano