https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291763
--- Comment #12 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=363b57d579bafa8a52cfb5a1dcb98af821b1ecb6 commit 363b57d579bafa8a52cfb5a1dcb98af821b1ecb6 Author: Eric A. Borisch <[email protected]> AuthorDate: 2026-02-12 00:26:26 +0000 Commit: Kristof Provost <[email protected]> CommitDate: 2026-02-12 16:05:16 +0000 libpfctl: Sort order of snl attribute parser snl atttribute parsers must be sorted by type, so PF_GS_BCOUNTERS (16) must follow PF_GF_PCOUNTERS (15). Fix ordering and add a call to SNL_VERIFY_PARSERS. Without this fix, byte counters reported by 'pfctl -s info' with a loginterface are always zero. PR: 291763 MFC after: 1 week Reviewed by: kp Signed-off-by: [email protected] lib/libpfctl/libpfctl.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are the assignee for the bug.
