summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove debuggingSeth Mos2008-12-051-1/+0
|
* Commit function that returns all gateway group items in a array after ↵Seth Mos2008-12-021-2/+93
| | | | | | processing. The items from this array can then be directly reference from the filter code.
* * Remove duplicateSeth Mos2008-12-021-4/+3
| | | | * tag array items by gateway name so we can directly refer them
* Remove debuggingSeth Mos2008-11-301-4/+3
|
* Untested but correct way to work with interfaces.Ermal Luçi2008-11-301-18/+16
|
* Untested change, exec.php is broken.Seth Mos2008-11-291-1/+1
| | | | Might work and prevent bogus gateway entries showing up.
* Add more debugging to trace the pppoe problems.Seth Mos2008-11-291-2/+6
|
* Add debug statement for pppoe and pptp issue with dynamic gateways.Seth Mos2008-11-291-1/+2
| | | | Perhaps it returns without a trim()
* Reverse name fields to be compatible with current graph frontendSeth Mos2008-11-221-1/+1
|
* Create RRD file for each gateway name, not the gateway address which can ↵Seth Mos2008-11-221-1/+2
| | | | | | change a lot or be plain bogus.
* Set permissions correctly so apinger can write the rrd filesSeth Mos2008-11-221-1/+1
|
* Correctly process static gateway entries which have a label and not a IP.Seth Mos2008-11-171-1/+5
|
* Pick monitor IP from the interface config sectionSeth Mos2008-11-131-2/+6
|
* Include more information in the array including a attribute flag.Seth Mos2008-11-131-9/+9
| | | | The attribute is either "system" or the gateway array id.
* Correct typo to prevent gateways showing up twice.Seth Mos2008-11-131-3/+7
| | | | Fetch monitor IP for automatic gateways from the interface config section
* Require globals.incSeth Mos2008-11-111-0/+1
|
* Mute killall outputSeth Mos2008-11-071-1/+1
|
* Do a better job of detecting existing configured gatewaysSeth Mos2008-11-031-8/+12
|
* Fix existing static gateway check.Seth Mos2008-11-011-1/+1
|
* Fix adding static entries to array.Seth Mos2008-11-011-3/+6
| | | | Skip static entries from polluting the dynamic array
* swap fields, make prettySeth Mos2008-10-301-3/+5
|
* correct name, add descrSeth Mos2008-10-301-1/+2
|
* Add backend for dynamic interfaces, ui pages nextSeth Mos2008-10-301-3/+43
|
* Filter_configure takes too long to run on embedded and this seems toSeth Mos2008-09-191-2/+2
| | | | upset apinger?
* Correct mode setting to correct permissions in octal modeSeth Mos2008-09-071-1/+1
|
* Remove sleepSeth Mos2008-09-021-3/+2
| | | | | Make sure our tmp has the correct permission so we can trigger filter reloads.
* Commit forgotten change so we use the proper script for filter reloads.Seth Mos2008-09-021-3/+3
| | | | Maybe failover works now :)
* Eliminate very annoying message on bootup "No process found".Scott Ullrich2008-08-191-2/+3
|
* * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHINGErmal Luçi2008-07-141-0/+1
| | | | | | | * Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is only half part of the changes the other half will come after
* Move gateway status and monitoring over to gwlb.inc.Seth Mos2008-07-081-82/+179
| | | | Still needs a return_gateway_status_by_name();
* Bring in relayd to perform server load balancingBill Marquette2008-06-161-0/+117
Move gateway load balancing code into gwlb.inc - still uses slbd TODO: vs and pool status screens are currently broken...and wouldn't work with the gateway pools anyway, ultimately, the gateway pools need to move.
OpenPOWER on IntegriCloud