Revision 174a331e
Added by Ermal LUÇI almost 12 years ago
usr/local/www/xmlrpc.php | ||
---|---|---|
185 | 185 |
|
186 | 186 |
// Some sections should just be copied and not merged or we end |
187 | 187 |
// up unable to sync the deletion of the last item in a section |
188 |
$sync_full = array('ipsec', 'aliases', 'wol', 'load_balancer', 'openvpn', 'cert', 'ca', 'crl', 'schedules', 'filter', 'nat', 'dhcpd'); |
|
188 |
$sync_full = array('ipsec', 'aliases', 'wol', 'load_balancer', 'openvpn', 'cert', 'ca', 'crl', 'schedules', 'filter', 'nat', 'dhcpd', 'dhcpv6');
|
|
189 | 189 |
$sync_full_done = array(); |
190 | 190 |
foreach ($sync_full as $syncfull) { |
191 | 191 |
if (isset($params[0][$syncfull])) { |
Also available in: Unified diff
Also take dhcpv6 into consideration even here.