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, Jun 26, 8:21 PM
Unknown Object (File)
Thu, Jun 26, 12:04 AM
Unknown Object (File)
Wed, Jun 25, 4:41 PM
Unknown Object (File)
Wed, Jun 25, 1:55 PM
Unknown Object (File)
Tue, Jun 24, 5:46 PM
Unknown Object (File)
Wed, Jun 18, 4:09 PM
Unknown Object (File)
Tue, Jun 17, 8:38 PM
Unknown Object (File)
Tue, Jun 17, 8:19 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 64876
Build 61759: arc lint + arc unit

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.