[PATCH HACK] fwd, fwd_rule: Implement configurable destination address mapping
2026-05-07 5:50 UTC
[PATCH RFT] fwd: Only do inbound IPv6 NAT to map_host_loopback / map_guest_addr with matching scope
2026-05-07 4:31 UTC
[PATCH v11 00/23] Dynamic configuration update implementation
2026-05-07 3:18 UTC (28+ messages)
` [PATCH v11 01/23] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v11 02/23] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v11 03/23] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v11 04/23] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v11 05/23] fwd: Generalise fwd_rules_info()
` [PATCH v11 06/23] pif: Limit pif names to 128 bytes
` [PATCH v11 07/23] fwd_rule: Fix some format specifiers
` [PATCH v11 08/23] pesto: Introduce stub configuration tool
` [PATCH v11 09/23] pesto, log: Share log.h (but not log.c) with pesto tool
` [PATCH v11 10/23] pesto, conf: Have pesto connect to passt and check versions
` [PATCH v11 11/23] pesto: Expose list of pifs to pesto and display them
` [PATCH v11 12/23] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v11 13/23] inany: Prepare inany.[ch] "
` [PATCH v11 14/23] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v11 15/23] pesto: Parse and add new rules from command line
` [PATCH v11 16/23] pesto, conf: Send updated rules from pesto back to passt/pasta
` [PATCH v11 17/23] conf, fwd: Allow switching to new rules received from pesto
` [PATCH v11 18/23] fwd_rule: Fix static checkers warnings in fwd_rule_add()
` [PATCH v11 19/23] pesto, conf, fwd_rule: Add options and modes to add, delete, clear rules
` [PATCH v11 20/23] apparmor: Add policy file for pesto
` [PATCH v11 21/23] selinux: Add file context and type enforcement "
` [PATCH v11 22/23] fedora: Install pesto, its SELinux policy, and the man page from the spec file
` [PATCH v11 23/23] hooks: Copy static build of pesto and related man page to server
[PATCH v9 00/23] Dynamic configuration update implementation
2026-05-06 23:28 UTC (37+ messages)
` [PATCH v9 01/23] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v9 02/23] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v9 03/23] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v9 04/23] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v9 05/23] fwd: Generalise fwd_rules_info()
` [PATCH v9 06/23] pif: Limit pif names to 128 bytes
` [PATCH v9 07/23] fwd_rule: Fix some format specifiers
` [PATCH v9 08/23] pesto: Introduce stub configuration tool
` [PATCH v9 09/23] pesto, log: Share log.h (but not log.c) with pesto tool
` [PATCH v9 10/23] pesto, conf: Have pesto connect to passt and check versions
` [PATCH v9 11/23] pesto: Expose list of pifs to pesto and display them
` [PATCH v9 12/23] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v9 13/23] inany: Prepare inany.[ch] "
` [PATCH v9 14/23] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v9 15/23] pesto: Parse and add new rules from command line
` [PATCH v9 16/23] pesto, conf: Send updated rules from pesto back to passt/pasta
` [PATCH v9 17/23] conf, fwd: Allow switching to new rules received from pesto
` [PATCH v9 18/23] fwd_rule: Fix static checkers warnings in fwd_rule_add()
` [PATCH v9 19/23] pesto, conf, fwd_rule: Add options and modes to add, delete, clear rules
` [PATCH v9 20/23] apparmor: Add policy file for pesto
` [PATCH v9 21/23] selinux: Add file context and type enforcement "
` [PATCH v9 22/23] fedora: Install pesto, its SELinux policy, and the man page from the spec file
` [PATCH v9 23/23] hooks: Copy static build of pesto and related man page to server
[PATCH v10 00/23] Dynamic configuration update implementation
2026-05-06 18:00 UTC (27+ messages)
` [PATCH v10 01/23] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v10 02/23] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v10 03/23] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v10 04/23] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v10 05/23] fwd: Generalise fwd_rules_info()
` [PATCH v10 06/23] pif: Limit pif names to 128 bytes
` [PATCH v10 07/23] fwd_rule: Fix some format specifiers
` [PATCH v10 08/23] pesto: Introduce stub configuration tool
` [PATCH v10 09/23] pesto, log: Share log.h (but not log.c) with pesto tool
` [PATCH v10 10/23] pesto, conf: Have pesto connect to passt and check versions
` [PATCH v10 11/23] pesto: Expose list of pifs to pesto and display them
` [PATCH v10 12/23] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v10 13/23] inany: Prepare inany.[ch] "
` [PATCH v10 14/23] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v10 15/23] pesto: Parse and add new rules from command line
` [PATCH v10 16/23] pesto, conf: Send updated rules from pesto back to passt/pasta
` [PATCH v10 17/23] conf, fwd: Allow switching to new rules received from pesto
` [PATCH v10 18/23] fwd_rule: Fix static checkers warnings in fwd_rule_add()
` [PATCH v10 19/23] pesto, conf, fwd_rule: Add options and modes to add, delete, clear rules
` [PATCH v10 20/23] apparmor: Add policy file for pesto
` [PATCH v10 21/23] selinux: Add file context and type enforcement "
` [PATCH v10 22/23] fedora: Install pesto, its SELinux policy, and the man page from the spec file
` [PATCH v10 23/23] hooks: Copy static build of pesto and related man page to server
[PATCH v8 00/19] Dynamic configuration update implementation
2026-05-06 12:52 UTC (44+ messages)
` [PATCH v8 01/19] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v8 02/19] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v8 03/19] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v8 04/19] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v8 05/19] fwd: Generalise fwd_rules_info()
` [PATCH v8 06/19] pif: Limit pif names to 128 bytes
` [PATCH v8 07/19] fwd_rule: Fix some format specifiers
` [PATCH v8 08/19] pesto: Introduce stub configuration tool
` [PATCH v8 09/19] pesto, log: Share log.h (but not log.c) with pesto tool
` [PATCH v8 10/19] pesto, conf: Have pesto connect to passt and check versions
` [PATCH v8 11/19] pesto: Expose list of pifs to pesto and display them
` [PATCH v8 12/19] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v8 13/19] inany: Prepare inany.[ch] "
` [PATCH v8 14/19] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v8 15/19] pesto: Parse and add new rules from command line
` [PATCH v8 16/19] pesto, conf: Send updated rules from pesto back to passt/pasta
` [PATCH v8 17/19] conf, fwd: Allow switching to new rules received from pesto
` [PATCH v8 18/19] fwd_rule: Fix static checkers warnings in fwd_rule_add()
` [PATCH v8 19/19] pesto, conf, fwd_rule: Add options and modes to add, delete, clear rules
[PATCH v7 00/18] Dynamic configuration update implementation
2026-05-06 8:25 UTC (39+ messages)
` [PATCH v7 01/18] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v7 02/18] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v7 03/18] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v7 04/18] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v7 05/18] fwd: Generalise fwd_rules_info()
` [PATCH v7 06/18] pif: Limit pif names to 128 bytes
` [PATCH v7 07/18] fwd_rule: Fix some format specifiers
` [PATCH v7 08/18] pesto: Introduce stub configuration tool
` [PATCH v7 09/18] pesto, log: Share log.h (but not log.c) with pesto tool
` [PATCH v7 10/18] pesto, conf: Have pesto connect to passt and check versions
` [PATCH v7 11/18] pesto: Expose list of pifs to pesto and display them
` [PATCH v7 12/18] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v7 13/18] inany: Prepare inany.[ch] "
` [PATCH v7 14/18] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v7 15/18] pesto: Parse and add new rules from command line
` [PATCH v7 16/18] pesto, conf: Send updated rules from pesto back to passt/pasta
` [PATCH v7 17/18] conf, fwd: Allow switching to new rules received from pesto
` [PATCH v7 18/18] fwd_rule: Fix static checkers warnings in fwd_rule_add()
[PATCH v2 00/13] Improvements to static checker invocation
2026-05-06 8:08 UTC (18+ messages)
` [PATCH v2 01/13] Makefile: Use make variables for static checker configuration
` [PATCH v2 02/13] cppcheck: Split out essential defines into a BASE_CPPFLAGS variable
` [PATCH v2 04/13] Makefile: Remove non-standard $(FLAGS) variable
[PATCH v6 00/18] Dynamic configuration update implementation
2026-05-04 23:18 UTC (25+ messages)
` [PATCH v6 06/18] pif: Limit pif names to 128 bytes
` [PATCH v6 08/18] pesto: Introduce stub configuration tool
` [PATCH v6 09/18] pesto, log: Share log.h (but not log.c) with pesto tool
` [PATCH v6 11/18] pesto: Expose list of pifs to pesto and optionally display
` [PATCH v6 12/18] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v6 13/18] inany: Prepare inany.[ch] "
` [PATCH v6 14/18] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v6 15/18] pesto: Parse and add new rules from command line
page: next (older)
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).