Page MenuHomeFreeBSD

ipfilter: Calculate the number of elements in ipf_errors
ClosedPublic

Authored by cy on Oct 23 2025, 11:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 24, 11:54 AM
Unknown Object (File)
Sat, Dec 20, 11:13 AM
Unknown Object (File)
Dec 4 2025, 1:39 PM
Unknown Object (File)
Dec 4 2025, 1:04 PM
Unknown Object (File)
Dec 1 2025, 10:19 PM
Unknown Object (File)
Nov 29 2025, 1:47 AM
Unknown Object (File)
Nov 10 2025, 9:22 AM
Unknown Object (File)
Nov 10 2025, 7:57 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cy requested review of this revision.Oct 23 2025, 11:01 PM
This revision is now accepted and ready to land.Oct 24 2025, 12:51 PM

Or if you wanted you could just use nitems() in find_error instead of IPF_NUM_ERRORS

Or if you wanted you could just use nitems() in find_error instead of IPF_NUM_ERRORS

That would require #include <sys/param.h> in interror.c. We don't need the extra definitions (namespace pollution) from param.h.