Revision 2b9e1ecb
Added by Scott Ullrich almost 20 years ago
etc/inc/filter.inc | ||
---|---|---|
2414 | 2414 |
$msg = new XML_RPC_Message('pfsense.filter_configure', array(new XML_RPC_Value($carp['password'], 'string'))); |
2415 | 2415 |
$cli->setCredentials($config['system']['username'], $carp['password']); |
2416 | 2416 |
$cli->send($msg); |
2417 |
/* signal a carp reload */ |
|
2418 |
$msg = new XML_RPC_Message('pfsense.interfaces_carp_configure_xmlrpc', array(new XML_RPC_Value($carp['password'], 'string'))); |
|
2419 |
$cli->setCredentials($config['system']['username'], $carp['password']); |
|
2420 |
$cli->send($msg); |
|
2417 | 2421 |
} |
2418 | 2422 |
} |
2419 | 2423 |
} |
Also available in: Unified diff
Reload CARP after sync on other end
Ticket #528