mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 06:27:01 +08:00
testsuite/pf01: Add test that links PF.
This commit is contained in:
@@ -72,6 +72,15 @@
|
||||
SYSINIT_DRIVER_REFERENCE(pcib, legacy); \
|
||||
SYSINIT_DRIVER_REFERENCE(pci, pcib);
|
||||
|
||||
#define SYSINIT_NEED_FIREWALL_PF \
|
||||
SYSINIT_MODULE_REFERENCE(pf)
|
||||
|
||||
#define SYSINIT_NEED_FIREWALL_PFLOG \
|
||||
SYSINIT_MODULE_REFERENCE(pflog)
|
||||
|
||||
#define SYSINIT_NEED_FIREWALL_PFSYNC \
|
||||
SYSINIT_MODULE_REFERENCE(pfsync)
|
||||
|
||||
#define SYSINIT_NEED_NET_PF_UNIX \
|
||||
SYSINIT_DOMAIN_REFERENCE(local)
|
||||
|
||||
|
Reference in New Issue
Block a user