Page MenuHomeFreeBSD

pf: remove unused ioctls.
ClosedPublic

Authored by will on Jun 30 2018, 6:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 10:08 AM
Unknown Object (File)
Fri, Apr 19, 10:44 AM
Unknown Object (File)
Thu, Apr 18, 5:07 AM
Unknown Object (File)
Thu, Apr 18, 3:34 AM
Unknown Object (File)
Dec 27 2023, 12:48 AM
Unknown Object (File)
Dec 20 2023, 6:11 AM
Unknown Object (File)
Dec 11 2023, 2:39 AM
Unknown Object (File)
Dec 9 2023, 6:43 PM
Subscribers

Details

Reviewers
kp
Group Reviewers
manpages
Commits
rS335833: pf: remove unused ioctls.
Summary

Several ioctls are unused in pf (in the sense that no base utility
references them). Additionally, a cursory review of pf-based ports
indicates they're not used elsewhere either. Some of them have been
unused since the original import. As far as I can tell, they're also
unused in OpenBSD. Finally, removing this code removes the need for
future pf work to take them into account.

Test Plan

Build, install, run pf.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 17744
Build 17542: arc lint + arc unit

Event Timeline

Looks good. Thanks for this. Let's get it in before 12.

This revision is now accepted and ready to land.Jun 30 2018, 10:24 PM
This revision was automatically updated to reflect the committed changes.