diff --git a/RELNOTES b/RELNOTES --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,32 @@ Changes to this file should not be MFCed. +65c318630123, d2761422eb0a + A new pf(4) route-to pool option "prefer-ipv6-nexthop" allows for + routing IPv4 packets over IPv6 gateways. + +e0fe26691fc9 + The modern NAT syntax has been added to pf(4). It is now possible + to use "nat-to" and "rdr-to" options on "match" and "pass" rules. + The old syntax can still be used. + +4bf98559d9d6, 99475087d63b + The 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. + +39282ef356db + The modern scrub syntax has been added to pf(4). It is now possible + to use the "scrub" option on "match" and "pass" rules. The new syntax + results in storing the scrub options with states so complicated scurb + rules will not hinder packet forwarding perfomance anymore. Packet + reassembly is now controlled with the "set reassemble" flag. The old + syntax can still be used. + 5000d023a446, 03da141d59ae: Add a "-f" option to "kadmin -l dump" which can be used to dump the Heimdal KDC database in a format that can be loaded