From c4bd43ccba1be01cf3ef05fea89c9730dc633096 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 22 Feb 2013 14:22:40 -0300 Subject: Copy full dhcpd conf from master to slave. Fixes #2600 --- usr/local/www/xmlrpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local') diff --git a/usr/local/www/xmlrpc.php b/usr/local/www/xmlrpc.php index 1316322..535f6ee 100755 --- a/usr/local/www/xmlrpc.php +++ b/usr/local/www/xmlrpc.php @@ -181,7 +181,7 @@ function restore_config_section_xmlrpc($raw_params) { // Some sections should just be copied and not merged or we end // up unable to sync the deletion of the last item in a section - $sync_full = array('ipsec', 'aliases', 'wol', 'load_balancer', 'openvpn', 'cert', 'ca', 'crl', 'schedules', 'filter', 'nat'); + $sync_full = array('ipsec', 'aliases', 'wol', 'load_balancer', 'openvpn', 'cert', 'ca', 'crl', 'schedules', 'filter', 'nat', 'dhcpd'); $sync_full_done = array(); foreach ($sync_full as $syncfull) { if (isset($params[0][$syncfull])) { -- cgit v1.1