summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak configuration sync. Resolves #182sullrich2009-11-281-0/+1
|
* Set a+rxsullrich2009-11-281-0/+0
|
* Decouple filter.inc from functions.inc. There is no need to process filter ↵Scott Ullrich2009-11-211-1/+3
| | | | functions most of the time. Include filter.inc where it is needed
* Correctly fix Bug #38Ermal Luçi2009-10-091-40/+54
| | | | The issue is that when unsetting array members the count() that is evaluated on every iteration so it will not correctly process some items.
* Revert "Use array_splice() to unset items that should not be sync'd (nosync) ↵Ermal Luçi2009-10-091-28/+14
| | | | | | Resolves #38" This reverts commit d6e8dfa1d6b4bad7ef6f71263f275ca8e8b0a706.
* Send a notify message only when really the synchronize is being doneErmal Luçi2009-09-051-2/+2
|
* Use array_splice() to unset items that should not be sync'd (nosync) ↵Scott Ullrich2009-08-241-14/+28
| | | | Resolves #38
* Break after processing the first record. Anything more would be uncivilized.Scott Ullrich2009-07-091-1/+3
|
* Fix Bug #26. This can be easily backported to 1.2.x.Ermal Luçi2009-07-071-7/+7
|
* Merge backup_vip_function to the synchronize code where its only used.Ermal Luçi2009-05-221-0/+23
|
* Revert "Include pfsense-utils for backup vip function."Ermal Luçi2009-05-221-1/+0
| | | | This reverts commit 2ff71279575e0afbac28b9a79a43e81721a4fced.
* Include pfsense-utils for backup vip function.Ermal Luçi2009-05-221-0/+1
|
* Move Sync of config from filter.inc filter_reload to write_config and all ↵Ermal Luçi2009-05-221-0/+214
the code in a new file rc.filter_synchronize. The later is called by check_reload_status with the tmp/filter_sync action triggered with carp_sync_client() function. This solves the excessive syncing of configs on not needed cases and speedups the filter_configure_sync!
OpenPOWER on IntegriCloud