diff options
author | dougb <dougb@FreeBSD.org> | 2009-06-01 05:35:03 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-06-01 05:35:03 +0000 |
commit | 96a94e728e673abb2809c29bf46b9ce6eb7630d1 (patch) | |
tree | 12b05c68db3f3a342e5ea532a1f81e411e5f5c58 /etc/rc.d/network_ipv6 | |
parent | 868d2f6a927586fd01600a3c5e0aa99fbf2d7199 (diff) | |
download | FreeBSD-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/network_ipv6')
-rwxr-xr-x | etc/rc.d/network_ipv6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/network_ipv6 b/etc/rc.d/network_ipv6 index d474164..381ced0 100755 --- a/etc/rc.d/network_ipv6 +++ b/etc/rc.d/network_ipv6 @@ -29,7 +29,7 @@ # # PROVIDE: network_ipv6 -# REQUIRE: routing +# REQUIRE: routing ip6fw # KEYWORD: nojail . /etc/rc.subr |