summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-03-12 21:07:28 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-03-12 21:09:55 -0300
commite691957fca78538aa7c23fcfe1dbf823d9624984 (patch)
tree1e664b36c0089141813a51ba74d5fb294ef54950 /etc/rc.bootup
parent80271fb3087cba1f6ca228cc1ec81d391ec5c76b (diff)
downloadpfsense-e691957fca78538aa7c23fcfe1dbf823d9624984.zip
pfsense-e691957fca78538aa7c23fcfe1dbf823d9624984.tar.gz
Do not start filterdns during boot until a proper fix is done. Ticket #4296
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 1adbe15..ae1f8f6 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -447,6 +447,8 @@ unset($g['booting']);
/* If there are ipsec dynamic hosts try again to reload the tunnels as rc.newipsecdns does */
if ($ipsec_dynamic_hosts) {
vpn_ipsec_configure();
+}
+if ($ipsec_dynamic_hosts || !empty($filterdns)) {
filter_configure();
}
OpenPOWER on IntegriCloud