diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2023-08-29 18:48:29 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2023-08-29 17:21:56 +0000 |
| commit | b42ca3a7c82c932ad7ee2ae2a89ae7dfe1e583a5 (patch) | |
| tree | cdab10efeb73dab886b32f2fd8af549654ac2eed | |
| parent | ce731e62924b02242d6a300be86d744a167292ab (diff) | |
sys/freebsd: remove removed pf ioctls
Upstream has removed DIOCCLRSTATES and DIOCKILLSTATES. Remove them from
our list as well.
While here also remove DIOCGETRULE and DIOCGETSTATUS, because those will
go away soon.
| -rw-r--r-- | sys/freebsd/pf.txt | 4 | ||||
| -rw-r--r-- | sys/freebsd/pf.txt.const | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/freebsd/pf.txt b/sys/freebsd/pf.txt index 813150adc..c1108c9a5 100644 --- a/sys/freebsd/pf.txt +++ b/sys/freebsd/pf.txt @@ -24,11 +24,8 @@ openat$ptmx(fd const[AT_FDCWD], file ptr[in, string["/dev/pf"]], flags flags[ope ioctl$DIOCADDRULE(fd fd_pf, cmd const[DIOCADDRULE], arg ptr[in, array[int8]]) ioctl$DIOCGETRULES(fd fd_pf, cmd const[DIOCGETRULES], arg ptr[in, array[int8]]) -ioctl$DIOCGETRULE(fd fd_pf, cmd const[DIOCGETRULE], arg ptr[in, array[int8]]) -ioctl$DIOCCLRSTATES(fd fd_pf, cmd const[DIOCCLRSTATES], arg ptr[in, array[int8]]) ioctl$DIOCGETSTATE(fd fd_pf, cmd const[DIOCGETSTATE], arg ptr[in, array[int8]]) ioctl$DIOCSETSTATUSIF(fd fd_pf, cmd const[DIOCSETSTATUSIF], arg ptr[in, pfioc_if]) -ioctl$DIOCGETSTATUS(fd fd_pf, cmd const[DIOCGETSTATUS], arg ptr[in, array[int8]]) ioctl$DIOCNATLOOK(fd fd_pf, cmd const[DIOCNATLOOK], arg ptr[in, array[int8]]) ioctl$DIOCGETSTATES(fd fd_pf, cmd const[DIOCGETSTATES], arg ptr[in, array[int8]]) ioctl$DIOCCHANGERULE(fd fd_pf, cmd const[DIOCCHANGERULE], arg ptr[in, array[int8]]) @@ -37,7 +34,6 @@ ioctl$DIOCGETTIMEOUT(fd fd_pf, cmd const[DIOCGETTIMEOUT], arg ptr[in, pfioc_tm]) ioctl$DIOCADDSTATE(fd fd_pf, cmd const[DIOCADDSTATE], arg ptr[in, array[int8]]) ioctl$DIOCGETLIMIT(fd fd_pf, cmd const[DIOCGETLIMIT], arg ptr[in, pfioc_limit]) ioctl$DIOCSETLIMIT(fd fd_pf, cmd const[DIOCSETLIMIT], arg ptr[in, pfioc_limit]) -ioctl$DIOCKILLSTATES(fd fd_pf, cmd const[DIOCKILLSTATES], arg ptr[in, array[int8]]) ioctl$DIOCADDALTQV0(fd fd_pf, cmd const[DIOCADDALTQV0], arg ptr[in, array[int8]]) ioctl$DIOCADDALTQV1(fd fd_pf, cmd const[DIOCADDALTQV1], arg ptr[in, array[int8]]) ioctl$DIOCGETALTQSV0(fd fd_pf, cmd const[DIOCGETALTQSV0], arg ptr[in, array[int8]]) diff --git a/sys/freebsd/pf.txt.const b/sys/freebsd/pf.txt.const index ea7f0a72c..e806df5da 100644 --- a/sys/freebsd/pf.txt.const +++ b/sys/freebsd/pf.txt.const @@ -12,7 +12,6 @@ DIOCCHANGEALTQV0 = 3238020145, 386:3236709425 DIOCCHANGEALTQV1 = 3241165873, 386:3239068721 DIOCCHANGERULE = 3420472346, 386:3413918746 DIOCCLRIFFLAG = 3223864410, 386:3223602266 -DIOCCLRSTATES = 3235922962, 386:3234612242 DIOCGETADDR = 3295691830, 386:3294118966 DIOCGETADDRS = 3295691829, 386:3294118965 DIOCGETALTQSV0 = 3238020143, 386:3236709423 @@ -22,18 +21,15 @@ DIOCGETALTQV1 = 3241165872, 386:3239068720 DIOCGETLIMIT = 3221767207 DIOCGETQSTATSV0 = 3222815794, 386:3222553650 DIOCGETQSTATSV1 = 3223340082, 386:3222815794 -DIOCGETRULE = 3420472327, 386:3413918727 DIOCGETRULES = 3420472326, 386:3413918726 DIOCGETRULESET = 3292808251 DIOCGETRULESETS = 3292808250 DIOCGETSRCNODES = 3222291540, 386:3221767252 DIOCGETSTATE = 3237102611 DIOCGETSTATES = 3222291481, 386:3221767193 -DIOCGETSTATUS = 3248505877 DIOCGETTIMEOUT = 3221767198 DIOCIGETIFACES = 3223864407, 386:3223602263 DIOCKILLSRCNODES = 3229631579, 386:3228058715 -DIOCKILLSTATES = 3235922985, 386:3234612265 DIOCNATLOOK = 3226223639 DIOCOSFPADD = 3230155855, 386:3229893711 DIOCOSFPGET = 3230155856, 386:3229893712 |
