summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/netif
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-06-01 05:35:03 +0000
committerdougb <dougb@FreeBSD.org>2009-06-01 05:35:03 +0000
commit96a94e728e673abb2809c29bf46b9ce6eb7630d1 (patch)
tree12b05c68db3f3a342e5ea532a1f81e411e5f5c58 /etc/rc.d/netif
parent868d2f6a927586fd01600a3c5e0aa99fbf2d7199 (diff)
downloadFreeBSD-src-96a94e728e673abb2809c29bf46b9ce6eb7630d1.zip
FreeBSD-src-96a94e728e673abb2809c29bf46b9ce6eb7630d1.tar.gz
Make the pf and ipfw firewalls start before netif, just like ipfilter
already does. This eliminates a logical inconsistency, and a small window where the system is open after the network comes up.
Diffstat (limited to 'etc/rc.d/netif')
-rwxr-xr-xetc/rc.d/netif3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/netif b/etc/rc.d/netif
index ad39f7f..7d630c5 100755
--- a/etc/rc.d/netif
+++ b/etc/rc.d/netif
@@ -26,7 +26,8 @@
#
# PROVIDE: netif
-# REQUIRE: atm1 cleanvar ipfilter FILESYSTEMS serial sppp sysctl
+# REQUIRE: atm1 cleanvar FILESYSTEMS serial sppp sysctl
+# REQUIRE: ipfilter ipfs pf ipfw
# KEYWORD: nojail
. /etc/rc.subr
OpenPOWER on IntegriCloud