Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Oct 2023 13:07:18 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 48316eed02bd - stable/14 - pf: add note about changes ported from OpenBSD after 4.5
Message-ID:  <202310011307.391D7Iw9058591@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=48316eed02bd6d31d2aa5cbcb77cda33625aed8e

commit 48316eed02bd6d31d2aa5cbcb77cda33625aed8e
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-09-27 17:59:30 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-10-01 13:06:44 +0000

    pf: add note about changes ported from OpenBSD after 4.5
    
    The last comprehensive sync with OpenBSD's pf corresponds to
    OpenBSD 4.5, but many changes have been ported over since then.
    
    Reviewed by:    kp, gbe, Kajetan Staszkiewicz <vegeta@tuxpowered.net>
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D42002
    
    (cherry picked from commit 3e609fd481c07802fe837ed834c3710b8c19493c)
---
 share/man/man4/pf.4 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4
index 4055c66fbbce..4f0ff50d3db5 100644
--- a/share/man/man4/pf.4
+++ b/share/man/man4/pf.4
@@ -1219,6 +1219,9 @@ and then
 .Pp
 This implementation is derived from
 .Ox 4.5 .
+A number of individual features, improvements, bug fixes and security fixes
+have been ported from later versions of
+.Ox .
 It has been heavily modified to be capable of running in multithreaded
 .Fx
 kernel and scale its performance on multiple CPUs.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310011307.391D7Iw9058591>