]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pf: Introduce nvlist variant of DIOCADDRULE
authorKristof Provost <kp@FreeBSD.org>
Thu, 11 Mar 2021 15:21:23 +0000 (16:21 +0100)
committerKristof Provost <kp@FreeBSD.org>
Sat, 10 Apr 2021 09:16:00 +0000 (11:16 +0200)
commit5c62eded5a11ebdb1d57134d923596e2b04e9466
tree27094f5b94a8bc25870da099444e13fd46a28b96
parent28b475b01832af786f3bbd2aafec9caf121b9ca8
pf: Introduce nvlist variant of DIOCADDRULE

This will make future extensions of the API much easier.
The intent is to remove support for DIOCADDRULE in FreeBSD 14.

Reviewed by: markj (previous version), glebius (previous version)
MFC after: 4 weeks
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D29557
sys/conf/files
sys/modules/pf/Makefile
sys/net/pfvar.h
sys/netpfil/pf/pf.h
sys/netpfil/pf/pf_ioctl.c
sys/netpfil/pf/pf_nv.c [new file with mode: 0644]
sys/netpfil/pf/pf_nv.h [new file with mode: 0644]