Date: Sat, 29 Nov 2025 12:25:08 +0000 From: Kajetan Staszkiewicz <ks@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: daff3e6689 - main - releases/15.0R/relnotes: Add information about new pf(4) features Message-ID: <692ae624.da79.4c35b781@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ks: URL: https://cgit.FreeBSD.org/doc/commit/?id=daff3e668927a99b1dfa91ab17814a77e1178d51 commit daff3e668927a99b1dfa91ab17814a77e1178d51 Author: Kajetan Staszkiewicz <ks@FreeBSD.org> AuthorDate: 2025-11-29 12:24:08 +0000 Commit: Kajetan Staszkiewicz <ks@FreeBSD.org> CommitDate: 2025-11-29 12:24:08 +0000 releases/15.0R/relnotes: Add information about new pf(4) features --- website/content/en/releases/15.0R/relnotes.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc index ef8e511f35..80d91b4c7c 100644 --- a/website/content/en/releases/15.0R/relnotes.adoc +++ b/website/content/en/releases/15.0R/relnotes.adoc @@ -1057,6 +1057,19 @@ gitref:7f7ef494f11d[repository=src] introduced a compile time option `PF_DEFAULT While this change exposes a vnet loader tunable 'net.pf.default_to_drop' so that users can change the default rule without re-compiling the man:pf[4] module. gitref:3965be101c43[repository=src] +A new man:pf[4] route-to pool option "prefer-ipv6-nexthop" allows for routing IPv4 packets over IPv6 gateways. +gitref:65c318630123[repository=src] gitref:d2761422eb0a[repository=src] (Sponsored by InnoGames GmbH) + +man:pf[4] now supports the OpenBSD style NAT syntax. +It is possible to use "nat-to", "rdr-to" and "binat-to" on "pass" and "match" rules. The old "nat on ..." syntax can still be used. +gitref:e0fe26691fc9[repository=src] (Sponsored by InnoGames GmbH) + +The man:pfsync[4] protocol has been updated to synchronize multiple missing attributes. +This fixes synchronizing of states with route-to, af-to, rtable, dummynet, tags, and scrub options. +If synchronization with an older version of FreeBSD is needed the protocol version can be configured with `ifconfig pfsync0 version $VERSION` where $VERSION is 1301 for 13.X relases or 1400 for 14.X. +It defaults to 1500 for synchronization between hosts running FreeBSD 15.0. +gitref:99475087d63b[repository=src] (Sponsored by InnoGames GmbH) + [[wireless-networking]] === Wireless Networkinghelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?692ae624.da79.4c35b781>
