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, May 20, 8:31 AM
Unknown Object (File)
Fri, May 15, 1:20 PM
Unknown Object (File)
Thu, May 14, 11:47 AM
Unknown Object (File)
Thu, May 14, 11:46 AM
Unknown Object (File)
Thu, May 14, 7:25 AM
Unknown Object (File)
Wed, May 13, 5:57 AM
Unknown Object (File)
Thu, Apr 30, 3:33 AM
Unknown Object (File)
Apr 22 2026, 6:46 PM
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.