The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=834d72b555b5cf639b7d643390a0bb4d51e11a2c
commit 834d72b555b5cf639b7d643390a0bb4d51e11a2c Author: Kristof Provost <k...@freebsd.org> AuthorDate: 2025-05-28 12:21:28 +0000 Commit: Kristof Provost <k...@freebsd.org> CommitDate: 2025-06-06 12:59:47 +0000 pf.conf.5: clarify set prio the second prio given applies to 1) TCP ACKs 2) packets with ToS=lowdelay and not TCP ACKs that have ToS=lowdelay confusion discovered during bsdcan pf tutorial Obtained from: OpenBSD, henning <henn...@openbsd.org>, ab995ee558 Sponsored by: Rubicon Communications, LLC ("Netgate") --- share/man/man5/pf.conf.5 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index df1e0a99a47e..26ffef6d0471 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd May 27, 2025 +.Dd May 28, 2025 .Dt PF.CONF 5 .Os .Sh NAME @@ -2234,9 +2234,10 @@ If the packet is transmitted on a .Xr vlan 4 interface, the queueing priority will be written as the priority code point in the 802.1Q VLAN header. -If two priorities are given, packets which have a TOS of +If two priorities are given, TCP ACKs with no data payload and packets +which have a TOS of .Cm lowdelay -and TCP ACKs with no data payload will be assigned to the second one. +will be assigned to the second one. .Pp For example: .Bd -literal -offset indent