summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-04-15 19:37:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-04-15 19:37:07 +0000
commite130cfd349b0828f8a8628408330e38abe4e637e (patch)
tree40b33ee0c240b19331618a0c143547822fec5be1 /etc
parent530b5e46f98d1f7f2770090566a7eb2c06d59fc4 (diff)
downloadpfsense-e130cfd349b0828f8a8628408330e38abe4e637e.zip
pfsense-e130cfd349b0828f8a8628408330e38abe4e637e.tar.gz
Add xml sync schedules option
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index c556358..f217662 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -3100,6 +3100,9 @@ function carp_sync_client() {
if($carp['synchronizednsforwarder'] != "" and is_array($config['dnsmasq'])) {
$sections[] = 'dnsmasq';
}
+ if($carp['synchronizeschedules'] != "" and is_array($config['schedules'])) {
+ $sections[] = 'schedules';
+ }
if(count($sections) > 0) {
update_filter_reload_status("Signaling CARP reload signal...");
carp_sync_xml($synchronizetoip, $carp['password'], $sections, $port);
OpenPOWER on IntegriCloud