summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-06-11 12:52:38 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-06-11 12:52:38 -0400
commit18139ba75f7fd16cc75256f32ccd69480d6af536 (patch)
tree3a24bfd1e79d9202f193292dce27be4e1a30b447 /etc/rc.filter_synchronize
parentda7aa26daec64ac829e3b1ddd1fd04a8e4b9bbfa (diff)
downloadpfsense-18139ba75f7fd16cc75256f32ccd69480d6af536.zip
pfsense-18139ba75f7fd16cc75256f32ccd69480d6af536.tar.gz
Need to create a new rpc message before sending
Diffstat (limited to 'etc/rc.filter_synchronize')
-rwxr-xr-xetc/rc.filter_synchronize1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize
index 36cb100..db83f92 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -272,6 +272,7 @@ if (is_array($config['installedpackages']['carpsettings']['config'])) {
$cli->setCredentials($username, $carp['password']);
$cli->send($msg, "900");
/* signal a carp reload */
+ $cli = new XML_RPC_Client('/xmlrpc.php', $synchronizetoip, $port);
$msg = new XML_RPC_Message('pfsense.interfaces_carp_configure');
$cli->send($msg, "900");
}
OpenPOWER on IntegriCloud