From e345fb2e91bc6a2aae52c28f303efa0fcef9ad03 Mon Sep 17 00:00:00 2001 From: Kajetan Staszkiewicz Date: Fri, 22 Aug 2025 12:44:20 +0200 Subject: pf: Add pfsync protocol for FreeBSD 15 A new version of pfsync packet is introduced: 1500. This version solves the issues with data alignment introduced in version 1400 and adds syncing of information needed to sync states created by rules with af-to (original interface, af and proto separate for wire and stack keys), of rt_af needed for prefer-ipv6-nexthop, and of tag names. Reviewed by: kp Sponsored by: InnoGames GmbH Differential Revision: https://reviews.freebsd.org/D52176 (cherry picked from commit 99475087d63b4602a0213645bc17d82c3946e2fd) --- share/man/man4/pfsync.4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'share/man/man4') diff --git a/share/man/man4/pfsync.4 b/share/man/man4/pfsync.4 index cc9c350ea875..c12bad74831f 100644 --- a/share/man/man4/pfsync.4 +++ b/share/man/man4/pfsync.4 @@ -162,6 +162,8 @@ FreeBSD releases 13.2 and older. Compatibility with FreeBSD 13.1 has been verified. .It Cm 1400 FreeBSD release 14.0. +.It Cm 1500 +FreeBSD release 15.0. .El .Sh SYSCTL VARIABLES The following variables can be entered at the -- cgit v1.2.3