From a38b4bfb40242d2c964346437b39282c2d7e157f Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 15 Aug 2013 09:01:00 +0000 Subject: Synchronize dhcpv6 as well if dhcp sync setting is on. Reported-by: http://forum.pfsense.org/index.php/topic,65487.0.html --- etc/rc.filter_synchronize | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/rc.filter_synchronize') 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(); -- cgit v1.1