Page MenuHomeFreeBSD

pf: Add RELNOTES information about new features
Needs ReviewPublic

Authored by vegeta_tuxpowered.net on Sat, Nov 1, 1:03 PM.
Tags
None
Referenced Files
F136253480: D53515.diff
Sun, Nov 16, 9:24 PM
Unknown Object (File)
Thu, Nov 6, 9:25 PM
Unknown Object (File)
Thu, Nov 6, 5:31 PM
Unknown Object (File)
Thu, Nov 6, 2:03 PM
Unknown Object (File)
Thu, Nov 6, 2:03 PM
Unknown Object (File)
Mon, Nov 3, 8:35 PM
Unknown Object (File)
Mon, Nov 3, 8:35 PM
Unknown Object (File)
Mon, Nov 3, 8:35 PM
Subscribers

Details

Reviewers
cperciva
kp

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Remove the information about the new "scrub" syntax because that has been included in FreeBSD 14.

kp added inline comments.
RELNOTES
18 ↗(On Diff #165634)

I think I'd phrase that slightly differently:

pf(4) now supports the OpenBSD style NAT syntax. It is possible to use "nat-to" and "rdr-to" on "pass" and "match" roles. The old "nat on ..." syntax can still be used.

As a project we have a bad habit of calling things "new" or "ng" and then confusing users 10 years down the line when "new" is the old thing we want people to move away from.

This revision is now accepted and ready to land.Mon, Nov 3, 3:40 PM

Assuming this is in 15.0-RELEASE, I would put it directly into the doc repository: https://cgit.freebsd.org/doc/tree/website/content/en/releases/15.0R/relnotes.adoc

The RELNOTES files is really just a staging area for "stuff which should go into the release notes once that file exists".

vegeta_tuxpowered.net changed the repository for this revision from rG FreeBSD src repository to R9 FreeBSD doc repository.

Reworked the patch against the doc repo, removed hashes of commits already present in FreeBSD 14, added sponsoring information.

This revision now requires review to proceed.Mon, Nov 10, 7:00 PM