summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
Commit message (Expand)AuthorAgeFilesLines
* Bring back static routes to fix issues reported on Ticext #3179Ermal2013-09-031-0/+24
* Fix #3172, return_gateway_groups_array() was returning the last vip since it ...Renato Botelho2013-09-021-3/+3
* Ooops fix this to add only th einterfaceErmal2013-08-161-1/+1
* Add scope identifier to target when its link-localErmal2013-08-161-0/+2
* Cleanup some code that is not needed anymoreErmal2013-08-141-3/+1
* Force apinger to write the status file before getting gateway statusErmal2013-08-131-1/+5
* Reload apinger now that we can rather than restarting. Related to Ticket #3119Ermal2013-08-021-7/+10
* Fix #3113, fix multiple english spell errors s/seperet/separat/Renato Botelho2013-07-281-1/+1
* Fix #3091, fix bad var assignmentRenato Botelho2013-07-131-1/+1
* Resolves #2910. Make apinger write its status file just after starting so tha...Ermal2013-07-051-0/+2
* Remove referenced binary not used anymoreErmal2013-06-171-1/+1
* Remove unused code and spurious alertErmal2013-06-171-16/+0
* Use file_put_contents for simplicity and readbilityErmal2013-06-171-3/+1
* Replace all linklocal checks by is_linklocal()Renato Botelho2013-05-091-1/+1
* Fixup gwlb functions related to gw failoverPhil Davis2013-05-071-2/+2
* ipprotocol is inet or inet6Renato Botelho2013-04-251-1/+1
* Take dynamic6 into consideration tooRenato Botelho2013-04-251-1/+1
* Deduplicate and simplify codeRenato Botelho2013-04-251-44/+12
* Make more strict comparison to avoid type issues when gw name only contain nu...Renato Botelho2013-04-181-1/+1
* Fix whitespace and indentRenato Botelho2013-04-181-33/+33
* Add default case when detecting dynamic gateway ipavandeweghe2013-04-151-0/+16
* Make fe80: addresses check case insensitiveRenato Botelho2013-04-141-1/+1
* Use apinger macros to send the gateway name for openvpn and dyndns. Ipsec wil...Ermal2013-04-121-1/+1
* Provide a function to get all gateway groups a gateway is member ofErmal2013-04-121-0/+22
* Optimize a bit interface_gateway_group_memberErmal2013-04-121-4/+8
* Check if the argument is a gateway or an interfaceErmal2013-04-121-1/+1
* Correct code and initialize properly variables escpecially arrays. Also do fi...Ermal2013-03-261-84/+82
* Correct check from previous code path simplificationErmal2013-03-261-1/+1
* Initialize some arrays to avoid php issues and also use list() here to avoid ...Ermal2013-03-261-4/+6
* Simplify a bit code branching no change on functionalityErmal2013-03-261-31/+33
* Track apinger status in /var/run instead of /tmpRyan Dlugosz2013-03-201-5/+5
* If gatway is dynamic the type cannot be determined, trim the code trying to d...Ermal2013-03-181-18/+11
* Try to remove as much as possible _stf special case through the codeErmal2013-03-181-21/+5
* Just set defaultgw after all gateways are processed, it fixes return_gateways...Renato Botelho2013-02-271-18/+21
* This message can be really spammy on a failure if you have multiple gateway g...jim-p2013-02-061-1/+1
* If the user has IPv6 disabled, don't create dynamic IPv6 gateways.jim-p2013-02-051-0/+4
* Only allow gateways of the appropriate type (ipv4 or ipv6) to affect whether ...jim-p2013-02-051-2/+2
* Oops correct interface nameErmal2013-01-301-3/+3
* Make gateways for assigned OpenVPN servers as well as clients.jim-p2012-12-181-2/+2
* Add unsetErmal2012-11-211-0/+1
* Switch to is_array() check and add curlysmos2012-11-191-2/+3
* gateway monitoring, make the notifications generated clear to tell which gate...PiBa-NL2012-11-181-4/+4
* Separate default gateway switching code to its own function, fix it to only o...jim-p2012-09-261-50/+54
* Make the gateway group member check a boolean, might convert to something els...smos2012-09-131-3/+3
* Add function that checks if the interface is part of a gateway group.smos2012-09-131-0/+22
* Reference the correct variable here, it was broken before and could never hav...smos2012-09-131-1/+1
* Remove the filter configure call as this could otherwise lead to a recursive ...smos2012-09-121-3/+3
* Put apinger default values into a functionPhil Davis2012-07-251-17/+22
* Make sure that we process the logic statement correctly, otherwise we might a...smos2012-07-181-2/+2
* Change field name from lowloss to losslow ccesario2012-07-051-2/+2
OpenPOWER on IntegriCloud