testsuite/pf01: Add test that links PF.

This commit is contained in:
Christian Mauderer
2016-06-27 14:29:53 +02:00
parent 8dacfe492e
commit a9bd4224e8
4 changed files with 67 additions and 0 deletions

View File

@@ -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)