summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/NETWORKING
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2009-06-26 01:04:50 +0000
committerdougb <dougb@FreeBSD.org>2009-06-26 01:04:50 +0000
commitafb1ba786ce236d95596ca2a2016b052322a958c (patch)
tree0e6c162ed99032cc18d175278759fff52da56651 /etc/rc.d/NETWORKING
parentb12e6106871c9f9db8ac89ad07ec44bb1bf3e880 (diff)
downloadFreeBSD-src-afb1ba786ce236d95596ca2a2016b052322a958c.zip
FreeBSD-src-afb1ba786ce236d95596ca2a2016b052322a958c.tar.gz
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.
Diffstat (limited to 'etc/rc.d/NETWORKING')
-rwxr-xr-xetc/rc.d/NETWORKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/NETWORKING b/etc/rc.d/NETWORKING
index a67501b..c72fe0c 100755
--- a/etc/rc.d/NETWORKING
+++ b/etc/rc.d/NETWORKING
@@ -4,7 +4,7 @@
#
# PROVIDE: NETWORKING NETWORK
-# REQUIRE: netif netoptions routing network_ipv6 ppp
+# REQUIRE: netif netoptions routing network_ipv6 ppp ipfw
# REQUIRE: defaultroute routed mrouted route6d mroute6d resolv
# This is a dummy dependency, for services which require networking
OpenPOWER on IntegriCloud