summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-12-04 00:23:44 -0600
committerChris Buechler <cmb@pfsense.org>2014-12-04 00:23:44 -0600
commite26effd34041d9bbb8c712ce3098b5d296967325 (patch)
treeb8c73d10b6398999ced4cacb32181c47878e9457 /etc/inc/interfaces.inc
parent888dd4949a6fdc58d2cddac5dc9b34342afb06cf (diff)
downloadpfsense-e26effd34041d9bbb8c712ce3098b5d296967325.zip
pfsense-e26effd34041d9bbb8c712ce3098b5d296967325.tar.gz
change the ordering of dhcpd_configure and unbound_configure here, claims on forum it fixes issue I can't seem to replicate.
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 465153d..2977461 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3146,10 +3146,10 @@ function interface_track6_configure($interface = "lan", $wancfg, $linkupevent =
if (!function_exists('services_dhcpd_configure'))
require_once("services.inc");
+ if (isset($config['unbound']['enable']))
+ services_unbound_configure();
+
services_dhcpd_configure("inet6");
-
- if (isset($config['unbound']['enable']))
- services_unbound_configure();
}
return 0;
OpenPOWER on IntegriCloud