aboutsummaryrefslogtreecommitdiffstats
path: root/packages/carp_sync_client.php
Commit message (Collapse)AuthorAgeFilesLines
* Check to make sure carp settings is an array before going forward.Scott Ullrich2005-03-161-1/+2
|
* Only sync a configuration if the item is an array (IE: it has data inside it).Scott Ullrich2005-03-161-4/+4
|
* Keep the number of scp's to a minimumBill Marquette2005-03-161-8/+14
|
* revert last commit - I'm too tired to be debugging thisBill Marquette2005-03-161-1/+3
|
* Remove extraneous code - I think this is what was intendedBill Marquette2005-03-161-3/+1
|
* rules -> filterScott Ullrich2005-03-161-1/+1
|
* Make all area names consistent and fix a few c/p errorsScott Ullrich2005-03-161-6/+6
|
* Do not process sync code twice.Scott Ullrich2005-03-151-44/+46
|
* * Allow aliases, nat, traffic shaping and firewall rules syncing status to ↵Scott Ullrich2005-03-141-22/+37
| | | | be turned on or off
* Cleanup files after processing.Scott Ullrich2005-03-141-0/+3
|
* * rules -> filterScott Ullrich2005-03-141-1/+1
|
* Only invoke sync client if sync is enabled AND a sync ip is defined.Scott Ullrich2005-03-141-1/+1
|
* * Sync NAT area to other CARP hosts on changesScott Ullrich2005-03-141-5/+17
| | | | * Sync ALIASES area to other CARP hosts on changes
* Do not:Scott Ullrich2005-03-141-2/+1
| | | | | require("guiconfig.inc"); require("xmlparse_pkg.inc");
* Add IP of remote box to ssh to and run the server piece.Scott Ullrich2005-03-131-1/+1
|
* Revert last commits. Its a better idea to only sync when rules actually ↵Scott Ullrich2005-03-131-3/+0
| | | | CHANGE.
* Add back <?php since dehooking from firewall rules add on. This will be run ↵Scott Ullrich2005-03-131-0/+3
| | | | now from cron.
* This code gets eval'd... No need to surround with <?phpScott Ullrich2005-03-121-2/+1
|
* Initial rule sync between two hosts code.Scott Ullrich2005-03-121-0/+48