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)
Thu, Dec 4, 1:39 PM
Unknown Object (File)
Thu, Dec 4, 1:04 PM
Unknown Object (File)
Mon, Dec 1, 10:19 PM
Unknown Object (File)
Sat, Nov 29, 1:47 AM
Unknown Object (File)
Nov 10 2025, 9:22 AM
Unknown Object (File)
Nov 10 2025, 7:57 AM
Unknown Object (File)
Nov 8 2025, 3:39 AM
Unknown Object (File)
Nov 8 2025, 3:29 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.