summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-21 01:11:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-21 01:11:03 +0000
commitc40ca92a0d586ad6b89555e05df281f2db48eafa (patch)
tree17586c3ed484ecbb55b0f109459630045ffb51b4 /etc
parent6823bfb68cd3d5c6d97b82ed4dbe968a5ccb09e0 (diff)
downloadpfsense-c40ca92a0d586ad6b89555e05df281f2db48eafa.zip
pfsense-c40ca92a0d586ad6b89555e05df281f2db48eafa.tar.gz
Add DHCPD sync settings
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index d9b31e9..6158915 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2337,6 +2337,10 @@ function carp_sync_client() {
$sections_xml[] = new XML_RPC_Value(backup_config_section("aliases"), 'string');
$sections[] = new XML_RPC_Value('aliases', 'string');
}
+ if($carp['synchronizedhcpd'] != "" and is_array($config['dhcpd'])) {
+ $sections_xml[] = new XML_RPC_Value(backup_config_section("dhcpd"), 'string');
+ $sections[] = new XML_RPC_Value('dhcpd', 'string');
+ }
if($carp['synchronizetrafficshaper'] != "" and is_array($config['shaper'])) {
$sections_xml[] = new XML_RPC_Value(backup_config_section("shaper"), 'string');
$sections[] = new XML_RPC_Value('shaper', 'string');
OpenPOWER on IntegriCloud