From 4529f07d4f5c48ad5ed9253cb488e5e86175667a Mon Sep 17 00:00:00 2001 From: Ermal Date: Thu, 15 Aug 2013 09:02:26 +0000 Subject: Also take dhcpv6 into consideration even here. --- usr/local/www/xmlrpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/local/www/xmlrpc.php b/usr/local/www/xmlrpc.php index 0cb8d51..586133b 100755 --- a/usr/local/www/xmlrpc.php +++ b/usr/local/www/xmlrpc.php @@ -185,7 +185,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', 'dhcpd'); + $sync_full = array('ipsec', 'aliases', 'wol', 'load_balancer', 'openvpn', 'cert', 'ca', 'crl', 'schedules', 'filter', 'nat', 'dhcpd', 'dhcpv6'); $sync_full_done = array(); foreach ($sync_full as $syncfull) { if (isset($params[0][$syncfull])) { -- cgit v1.1