summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | More unneeded references.jim-p2010-10-051-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Report dynamic gateways as default even when they are down.gnhb2010-10-051-4/+5
* | | | | | | | Add $g variable to global declaration so we can access it later.gnhb2010-10-051-1/+1
* | | | | | | | Fix checking the status of gateways. Typos and unset variables! Spotted-by: M...Ermal2010-10-041-1/+2
* | | | | | | | Be sane at what was supposed to be done.:Ermal2010-10-011-1/+1
* | | | | | | | Do not show statically configured interfaces as with dynamic gateways because...Ermal2010-10-011-0/+4
* | | | | | | | Make sure we do not overwrite the gateway stored in config with a dynamic gat...Ermal2010-10-011-6/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | cbuechler says monitorip should not be stored in <interfaces><$if>. See ticke...gnhb2010-10-011-5/+1
* | | | | | | Do not support anymore an ip in the 'gateway' section of an interface.Ermal2010-09-301-3/+1
* | | | | | | Don't refer to non-existent variable.gnhb2010-09-301-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Properly handle reinitializing of variables on the next loop. Reported-by: ht...Ermal2010-09-261-1/+2
* | | | | | We might not have any defaultgw selected and consider wan as default. Make su...Ermal2010-09-161-0/+7
* | | | | | Make it possible to show default against dynamic gateway names in the GUI.Ermal2010-09-161-3/+10
* | | | | | Actually display a the right class for static gateways. Also fix whitespaceErmal2010-09-161-9/+8
| |_|_|_|/ |/| | | |
* | | | | Write status file every 5seconds.Ermal2010-09-151-1/+1
* | | | | Oops this is meant to add members not override them.Ermal2010-09-151-1/+1
* | | | | Cleanup code.Ermal2010-09-151-1/+0
* | | | | Ticket #867. Flush the cache when restarting apinger and also when rc.newwani...Ermal2010-09-141-1/+1
* | | | | Ticket #876. Actually use the friendly name for the key of the array returned...Ermal2010-09-131-7/+7
| |_|_|/ |/| | |
* | | | Ticket #876. Show all gateways even though apinger is not monitoring them, fo...Ermal2010-09-091-16/+12
* | | | Ticket #876. Add the ip to the respective files on ppp linkup event so the co...Ermal2010-09-091-167/+142
| |_|/ |/| |
* | | Use the new events mechanisms to dispatch events.Ermal2010-09-071-2/+2
* | | Ticket #876. Remove old status file of apinger before restarting because it m...Ermal2010-09-061-1/+2
| |/ |/|
* | No functional change just code reshuffle.Ermal2010-08-171-4/+4
|/
* Ticket #8. Use proper IP to pfctl -b and run the command after the rules have...Ermal2010-08-101-5/+6
* Make sure that the RRD path exists before apinger is started. Should really f...jim-p2010-08-061-0/+3
* Create a valid apinger configuration file for targets that are down during cr...smos2010-07-291-1/+5
* Do not write anything to config before finishing all tests of correctnes. Thi...Ermal2010-07-291-2/+3
* Do not try to reload apinger config but always kill the running process and s...Ermal2010-07-201-10/+7
* Actually apinger can be reloaded and this is not doing its job apparently.Ermal2010-06-221-3/+0
* Actually send the HUP signal to tell apinger that a new config file is to be ...Ermal2010-06-211-1/+4
* Make an extra check for monitor to be explicitly an ip otherwise apinger breaks.Ermal2010-06-181-0/+3
* Properly find gateway ip. The code before did not match for dynamic gateways.Ermal2010-06-181-2/+4
* Make some non functional changes, mostly to keep up with latest gw changes. R...Ermal2010-06-161-1/+1
* Remove stray ). Fixes #661.jim-p2010-06-151-1/+1
* Give apinger the new srcip dircetive so it does not struggle anymore with the...Ermal2010-06-141-4/+6
* Do not delete/create a route for a gateway that is marked as down to avoid re...Ermal2010-06-101-2/+5
* Remove newlineScott Ullrich2010-06-091-1/+1
* Remove second %Scott Ullrich2010-06-091-1/+1
* Be consistent on % for loss state.Ermal2010-06-071-1/+1
* Catch up with php limits.Ermal2010-06-071-2/+2
* Show some sensible defaults for delay and loss.Ermal2010-06-071-2/+2
* Reorganize code to be able to actually use the lookup_gateway_ip_by_name() fu...Ermal2010-06-071-12/+13
* Return the gateway status only for gateways apinger knows about instead of as...Ermal2010-06-031-18/+1
* Ups remove erroneous curly.Ermal2010-05-211-1/+1
* Actually return to previous function code for lookup_gateway_ip_by_name() to ...Ermal2010-05-211-5/+5
* Revert "Use a global array for the most part of using the return_gateways_arr...Ermal2010-05-211-7/+7
* Use a global array for the most part of using the return_gateways_array() fun...Ermal2010-05-211-7/+7
* Remove unecessary check.Ermal2010-05-211-1/+1
* Do not duplicate gateway entries when status file is not present. Mostly an i...Ermal2010-05-181-6/+4
OpenPOWER on IntegriCloud