It serves no purpose to manually manage the IPF_NUM_ERRORS count.
Calculate it instead.
MFC after: 1 day
Differential D53308
ipfilter: Calculate the number of elements in ipf_errors Authored by cy on Oct 23 2025, 11:01 PM. Tags None Referenced Files
Subscribers
Details
It serves no purpose to manually manage the IPF_NUM_ERRORS count. MFC after: 1 day
Diff Detail
Event TimelineComment Actions That would require #include <sys/param.h> in interror.c. We don't need the extra definitions (namespace pollution) from param.h. |