diff options
| author | Kajetan Staszkiewicz <ks@FreeBSD.org> | 2025-08-22 12:44:20 +0200 |
|---|---|---|
| committer | Kajetan Staszkiewicz <ks@FreeBSD.org> | 2025-10-01 17:59:44 +0200 |
| commit | e345fb2e91bc6a2aae52c28f303efa0fcef9ad03 (patch) | |
| tree | 285a71f5434a1aae795a9ea2fc667e9afc91268a /share/man/man4 | |
| parent | 2b58ab6ce53d20e1c8e67bb2517a42bad73cba33 (diff) | |
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)
Diffstat (limited to 'share/man/man4')
| -rw-r--r-- | share/man/man4/pfsync.4 | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
