Page MenuHomeFreeBSD

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

Authored by ziaee on Sat, Jun 14, 9:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 10, 3:19 AM
Unknown Object (File)
Sun, Jul 6, 12:33 AM
Unknown Object (File)
Sat, Jul 5, 6:46 AM
Unknown Object (File)
Wed, Jul 2, 10:35 PM
Unknown Object (File)
Tue, Jul 1, 4:42 PM
Unknown Object (File)
Thu, Jun 26, 8:21 PM
Unknown Object (File)
Thu, Jun 26, 12:04 AM
Unknown Object (File)
Wed, Jun 25, 4:41 PM
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.Sat, Jun 14, 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.Mon, Jun 16, 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.