summaryrefslogtreecommitdiffstats
path: root/usr/local/www/xmlrpc.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-02-22 14:22:40 -0300
committerRenato Botelho <garga@FreeBSD.org>2013-02-22 14:22:40 -0300
commitc4bd43ccba1be01cf3ef05fea89c9730dc633096 (patch)
treede472c60deb6b3e4043a8d32bce0352655f21cd0 /usr/local/www/xmlrpc.php
parentd026178fa695f607f3b490978a9f4113fa7b111d (diff)
downloadpfsense-c4bd43ccba1be01cf3ef05fea89c9730dc633096.zip
pfsense-c4bd43ccba1be01cf3ef05fea89c9730dc633096.tar.gz
Copy full dhcpd conf from master to slave. Fixes #2600
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 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])) {
OpenPOWER on IntegriCloud