aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/ipfw
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2009-06-26 01:04:50 +0000
committerDoug Barton <dougb@FreeBSD.org>2009-06-26 01:04:50 +0000
commit5ca51aad69757047f23ffca2e3f2ce8323f2bd04 (patch)
tree0e6c162ed99032cc18d175278759fff52da56651 /etc/rc.d/ipfw
parentc4c96d5ea56b211caf1abb48f73abb37130b5784 (diff)
downloadsrc-5ca51aad69757047f23ffca2e3f2ce8323f2bd04.tar.gz
src-5ca51aad69757047f23ffca2e3f2ce8323f2bd04.zip
Reverse the effect of r193198 for pf and ipfw which will once again
allow them to start after netif. There were too many problems reported with this change in the short period of time that it lived in HEAD, and we are too late in the release cycle to properly shake it out. IMO the issue of having the firewalls up before the network is still a valid concern, particularly for pf whose default state is wide open. However properly solving this issue is going to take some investment on the part of the people who actually use those tools. This is not a strict reversion of all the changes for r193198 since it also included some simplification of the BEFORE/REQUIRE logic which is still valid for ipfilter and ip6fw.
Notes
Notes: svn path=/head/; revision=195026
Diffstat (limited to 'etc/rc.d/ipfw')
-rwxr-xr-xetc/rc.d/ipfw2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/ipfw b/etc/rc.d/ipfw
index 43956e42ab94..872f2787ab3e 100755
--- a/etc/rc.d/ipfw
+++ b/etc/rc.d/ipfw
@@ -4,7 +4,7 @@
#
# PROVIDE: ipfw
-# REQUIRE: FILESYSTEMS
+# REQUIRE: ppp
# KEYWORD: nojail
. /etc/rc.subr