summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-06-10 20:14:28 -0400
committerChris Buechler <cmb@pfsense.org>2015-06-10 20:14:28 -0400
commit894d01b6f439cb0aa4d45b94da1c412cf83576e0 (patch)
tree6873e5a6cc053e697f2382ec0ca46ae78417fba6 /etc/rc.bootup
parent9c189bee287c6f44dd7f546c3bd021acf905306f (diff)
downloadpfsense-894d01b6f439cb0aa4d45b94da1c412cf83576e0.zip
pfsense-894d01b6f439cb0aa4d45b94da1c412cf83576e0.tar.gz
Revert "Ticket #4442 Do not process URL aliases during bootup but trigger it just after finished booting. This completely solves the bootup delays without lowering the timeout as before. Probably need to increase a bit the timeouts now to be friendly to other connections"
This reverts commit 0d44aca64623da5a3eeef0619704a10b3cfda7a5.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 1238b7a..d2f0b82 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -445,7 +445,9 @@ unset($g['booting']);
if ($ipsec_dynamic_hosts) {
vpn_ipsec_configure();
}
-filter_configure();
+if ($ipsec_dynamic_hosts || !empty($filterdns)) {
+ filter_configure();
+}
led_normalize();
OpenPOWER on IntegriCloud