summaryrefslogtreecommitdiffstats
path: root/usr/local/www/xmlrpc.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-08-15 09:02:26 +0000
committerErmal <eri@pfsense.org>2013-08-15 09:02:34 +0000
commit174a331e194eed383615ac75bbd21a156ea865a0 (patch)
treeda0daad3b8dbe7a6365405fb7247abb7add80416 /usr/local/www/xmlrpc.php
parent5c4fdda3531ba6dc83a919818d3dc46ac643ca24 (diff)
downloadpfsense-174a331e194eed383615ac75bbd21a156ea865a0.zip
pfsense-174a331e194eed383615ac75bbd21a156ea865a0.tar.gz
Also take dhcpv6 into consideration even here.
Diffstat (limited to 'usr/local/www/xmlrpc.php')
-rwxr-xr-xusr/local/www/xmlrpc.php2
1 files changed, 1 insertions, 1 deletions
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])) {
OpenPOWER on IntegriCloud