Ensure bridges are created before firewalls start

Since the vm rc script can create bridges and since firewalls (like pf) may actually reference these bridges, make sure that the bridges are created before we start them. This makes the firewalls fail to start because an interface is missing.
This commit is contained in:
NorwegianRockCat
2020-04-11 10:47:58 +02:00
committed by GitHub
parent 3d4d6a3a6c
commit a5acc8cb25

View File

@@ -4,7 +4,7 @@
# PROVIDE: vm
# REQUIRE: NETWORKING SERVERS dmesg
# BEFORE: dnsmasq
# BEFORE: dnsmasq ipfw pf
# KEYWORD: shutdown nojail
. /etc/rc.subr