summaryrefslogtreecommitdiffstats
path: root/usr/local/www
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:26 +0000
commit4529f07d4f5c48ad5ed9253cb488e5e86175667a (patch)
tree429bc74c1ee61baf2ff88fd670fc6a0fb4c2bbc7 /usr/local/www
parenta38b4bfb40242d2c964346437b39282c2d7e157f (diff)
downloadpfsense-4529f07d4f5c48ad5ed9253cb488e5e86175667a.zip
pfsense-4529f07d4f5c48ad5ed9253cb488e5e86175667a.tar.gz
Also take dhcpv6 into consideration even here.
Diffstat (limited to 'usr/local/www')
-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