summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #991 from phil-davis/RELENG_2_1Renato Botelho2014-03-101-8/+10
|\
| * Return GWG IP protocol (version) when no gateway IP - 2.1 branchPhil Davis2014-02-271-8/+10
* | Remove broken 'dynamic6' gateway, we already have ipprotocol to tell us the I...Renato Botelho2014-03-031-6/+6
* | Fix typo on var nameRenato Botelho2014-03-031-1/+1
* | Ticket #3484 Correct the case for GRE tunnels as well since they behave the s...Ermal2014-02-281-1/+2
* | Fixes #3484. Provide a dynamic gateway for gif v6 tunnels so it can be used o...Ermal2014-02-281-1/+3
|/
* Revert "Pass the family to the get_real_interface function to retrieve the co...Ermal2014-02-181-1/+1
* Pass the family to the get_real_interface function to retrieve the correct re...Ermal2014-02-181-1/+1
* No reason to set the same value to ipprotocolRenato Botelho2013-12-271-2/+0
* Fix an issue that changes wrong gateway entry when items are hiddenRenato Botelho2013-11-211-2/+4
* Don't flush interface cache on each call of the function when looping through...jim-p2013-11-201-2/+4
* Revert "Define dynamic gateway for GRE interfaces and do not user to define I...Renato Botelho2013-10-291-4/+0
* Define dynamic gateway for GRE interfaces and do not user to define IP addres...Renato Botelho2013-10-291-0/+4
* Make return_gateways_array() return all disabled gateways when $disabled is t...Renato Botelho2013-10-281-1/+1
* 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
OpenPOWER on IntegriCloud