]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pf: remove unused ioctls.
authorwill <will@FreeBSD.org>
Sun, 1 Jul 2018 01:16:03 +0000 (01:16 +0000)
committerwill <will@FreeBSD.org>
Sun, 1 Jul 2018 01:16:03 +0000 (01:16 +0000)
commitaf6017a22f6e1a068c5821883e0392cf75e1bebf
tree4195824a282bc55a03ddb5912f9de924e3882c2c
parent72cf02d8b6240626b52889765f6e15c80622df70
pf: remove unused ioctls.

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.

Reviewed by: kp
Differential Revision: https://reviews.freebsd.org/D16076
share/man/man4/pf.4
sys/net/pfvar.h
sys/netpfil/pf/pf_ioctl.c