summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-26 02:03:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-26 02:03:06 +0000
commite747dbb86a88f3be08bce5d9f07de124e25a0431 (patch)
tree6042def732a300b452eeb6535fa41c49535177a4 /etc
parentd1d7f6631b529ee388c84b030debf109c295e6de (diff)
downloadpfsense-e747dbb86a88f3be08bce5d9f07de124e25a0431.zip
pfsense-e747dbb86a88f3be08bce5d9f07de124e25a0431.tar.gz
Sync IPSEC too
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 32bf024..778d23a 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2099,7 +2099,12 @@ function carp_sync_client() {
}
if($carp['synchronizelb'] != "" and is_array($config['load_balancer'])) {
$sections[] = 'load_balancer';
+ }
+ if($carp['synchronizeipsec'] != "" and is_array($config['ipsec'])) {
+ $sections[] = 'ipsec';
}
+
+
if(count($sections) > 0) {
carp_sync_xml($synchronizetoip, $carp['password'], $sections, $port);
$cli = new XML_RPC_Client('/xmlrpc.php', $synchronizetoip, $port);
OpenPOWER on IntegriCloud