summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Make vips vhid be unique per parent interface!" - per cmb, this ↵jim-p2012-05-081-1/+1
| | | | | | | | | | | | should not have been on RELENG_2_0 see ticket #2415 This reverts commit 4d0c032c528b10221a2ef894b5eca34f6fda39a7. Conflicts: etc/inc/openvpn.inc etc/inc/upgrade_config.inc etc/rc.filter_synchronize
* Fix missing parenjim-p2012-05-071-1/+1
|
* Make vips vhid be unique per parent interface!Ermal2012-04-051-1/+1
|
* Correctly check if it is a valid object or notErmal2011-09-281-1/+1
|
* Check/set array for $config['staticroutes']['route'] as well, fixes deleting ↵jim-p2011-09-011-0/+2
| | | | of the last static route not syncing to secondary unit.
* Do a more strict check on this to avoid warningsErmal2011-07-121-1/+1
|
* Faster/more efficient xmlrpc sync for users/groups. Seems to work fine for ↵jim-p2011-06-151-4/+6
| | | | me. Coded-By: Ermal
* Use the new username field from the GUI or default to admin.Ermal2011-06-141-16/+14
|
* Actually correct check so it throws some errors during the second try.Ermal2011-06-141-2/+2
|
* Porvide information for the filter reload status screen.Ermal2011-06-141-1/+3
|
* Use pfsense.restore_config_sectionScott Ullrich2011-05-311-1/+1
|
* Fixes #1514. Differentiate in the carp settings between layer7, limiter and ↵Ermal2011-05-181-3/+4
| | | | queues so layer7 and limiters do not rely on queues being active.
* By default assume admin user and do not blindly copy the first user from the ↵Ermal2011-03-301-3/+6
| | | | config.xml
* clarify logChris Buechler2011-03-301-1/+1
|
* Log the configuration is not the same error message only when this is true. ↵Ermal2011-03-171-19/+18
| | | | This message would have been shown even when a communication error would occur.
* fix textChris Buechler2011-02-101-2/+2
|
* Ticket #1248. Do not set this higher since the slave will take more time to ↵Ermal2011-02-031-1/+0
| | | | detect a switch needs to be done.
* Allow ipalias with carp as parent interface to be synchronized.Ermal2011-02-011-2/+2
|
* fix variable and text for this logChris Buechler2011-01-221-2/+2
|
* Fix whitespace.Scott Ullrich2010-12-221-37/+36
|
* Leave a notice for this as well.Ermal2010-12-101-0/+2
|
* If we fail to authenticate consider it as fatal since nothing else can be done.Ermal2010-12-101-2/+2
|
* Fix config synchronization. Also unbreak the config when erroring out ↵Ermal2010-12-101-11/+9
| | | | because it will loop indefinitely.
* Hmmm use correct keys to returned array.Ermal2010-12-101-2/+2
|
* Just the password here.Ermal2010-12-101-1/+0
|
* Hello xmlrpc to another function!Ermal2010-12-101-1/+1
|
* Adjust even advbase while synching. This should be params though.Ermal2010-12-071-0/+7
|
* Prevent sync problems when upgrading carp clusters. Now we check that the ↵Ermal2010-12-071-12/+69
| | | | other cluster is at least at our config file version.
* Whitespace fixes to make this readble.Ermal2010-12-071-1/+1
|
* Tighten check even more. Ticket #1006.Ermal2010-11-161-1/+1
|
* Ticket #1006. Make sure to interpret the response as needed. First check if ↵Ermal2010-11-161-5/+2
| | | | we got 0 and then check if we have a faultCode().
* Various sync fixes to ensure sections are pushed even if empty, otherwise ↵jim-p2010-11-011-20/+53
| | | | the last entries of these sections cannot be deleted and have that deletion sync to the secondary.
* Ooops use meant logic.Ermal2010-10-271-1/+1
|
* Ticket #975. Properly initialize variables to avoid caching issues. Also ↵Ermal2010-10-271-5/+8
| | | | check an array exists before trying to foreach to avoid errors.
* If there are no aliases, push an empty aliases array. Fixes #961jim-p2010-10-251-1/+4
|
* Add l7 rules synchro. Ticket #951pierrepomes2010-10-241-0/+2
|
* Sync CRLs, too.jim-p2010-10-201-0/+3
|
* ipalias type should be handled in backup_vip_config_section. Remove useless ↵pierrepomes2010-10-181-11/+1
| | | | code which copies vip section before call to backup_vip_config_section. Ticket #882
* Do not synchronize ip alias. Ticket #882pierrepomes2010-09-261-2/+4
|
* Update sync code since CERT/CA have moved.jim-p2010-09-021-4/+8
|
* Add Captive Portal CARP configuration synchronizationScott Ullrich2010-08-291-202/+208
|
* No need to triger a vips re-configure explicitly but rather detect this ↵Ermal2010-08-201-19/+1
| | | | during config merges. This is the best way to do this after fixing Ticket #601.
* Optionally sync users and groups via xmlrpc. Fixes #650jim-p2010-08-021-0/+5
|
* Properly sync CA/Certs when syncing OpenVPN (might need to be its own ↵jim-p2010-06-111-7/+18
| | | | option, but forced on for OpenVPN). Also adds capability (though not enabled) to sync users. That will need more thought. Ticket #645
* Sync gateways if we sync routing.jim-p2010-06-111-1/+3
|
* Rework connections a bit and report errors when they happen.jim-p2010-06-111-6/+36
|
* Correctly reload carp interfaces via xmlrpcScott Ullrich2010-06-111-2/+3
|
* Need to create a new rpc message before sendingScott Ullrich2010-06-111-0/+1
|
* Sync OpenVPN settings and DHCP Daemon settings via XMLRPC, and for DHCP set ↵jim-p2010-06-111-0/+15
| | | | a proper failover IP where needed. Ticket #645 & Ticket #646 - Still needs a way to sync/restart services on Backup after config sync.
* Fix booting checks. Part of ticket #53.jim-p2010-05-111-2/+3
|
OpenPOWER on IntegriCloud