summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.filter_synchronize')
-rwxr-xr-xetc/rc.filter_synchronize2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize
index 318eaf4..d741640 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -322,6 +322,8 @@ if (is_array($config['hasync'])) {
}
if ($hasync['synchronizedhcpd'] != "" and is_array($config['dhcpd']))
$sections[] = 'dhcpd';
+ if ($hasync['synchronizedhcpd'] != "" and is_array($config['dhcpdv6']))
+ $sections[] = 'dhcpdv6';
if ($hasync['synchronizewol'] != "") {
if (!is_array($config['wol']))
$config['wol'] = array();
OpenPOWER on IntegriCloud