pfsync(4) Packet Header Field Renamed to Avoid AI Bug Report Noise
Contributed by Peter N. M. Hansteen on from the AI made me do it dept.
As a consequence of one such report, Theo de Raadt (deraadt@)
committed a change to pfsync(4) to rename an otherwise unused field in the pfsync(4) packet header.
The commit message reads,
List: openbsd-cvs Subject: CVS: cvs.openbsd.org: src From: Theo de Raadt <deraadt () cvs ! openbsd ! org> Date: 2026-04-12 3:16:04 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2026/04/11 21:16:04 Modified files: sys/net : if_pfsync.c if_pfsync.h Log message: The pfcksum[] field in the pfsync packet header is not a hash of the packet. It provides absolutely no security benefits, keep reading to find out.

