Page MenuHomeFreeBSD

pf.4/pf.conf.5: Remove unused sysctl
ClosedPublic

Authored by ziaee on Jun 14 2025, 9:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 15 2025, 10:15 PM
Unknown Object (File)
Sep 13 2025, 9:23 AM
Unknown Object (File)
Sep 11 2025, 7:26 AM
Unknown Object (File)
Sep 10 2025, 1:25 AM
Unknown Object (File)
Sep 7 2025, 10:25 PM
Unknown Object (File)
Sep 2 2025, 12:43 PM
Unknown Object (File)
Aug 31 2025, 1:03 AM
Unknown Object (File)
Aug 30 2025, 11:41 AM
Subscribers

Details

Summary

"We never actually added the sysctl. The limit was implemented, and the sysctl to tune it was documented but never added (so the limit is there, but is always 16 and cannot be changed)." ~kp

Reported by: kp
Fixes: 339a1977c324 (pf: Add a systl to limit work)

Diff Detail

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

Event Timeline

ziaee requested review of this revision.Jun 14 2025, 9:16 PM

The change is good, but I'd rephrase the commit message slightly. We never actually added the sysctl. The limit was implemented, and the sysctl to tune it was documented but never added (so the limit is there, but is always 16 and cannot be changed).

This revision is now accepted and ready to land.Jun 16 2025, 11:42 AM

Oh sure, blame me for the commit message ;)

LGTM.

Rofl, I just couldn't have said it better!

This revision was automatically updated to reflect the committed changes.