Project

General

Profile

Download (8.9 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
56247166 11/29/2008 10:35 PM Seth Mos

Untested change, exec.php is broken.
Might work and prevent bogus gateway entries showing up.

c1334331 11/29/2008 09:02 PM Seth Mos

Add more debugging to trace the pppoe problems.

d3708a49 11/29/2008 12:12 AM Seth Mos

Add debug statement for pppoe and pptp issue with dynamic gateways.
Perhaps it returns without a trim()

ede99c94 11/22/2008 09:59 PM Seth Mos

Reverse name fields to be compatible with current graph frontend

1bce2729 11/22/2008 09:54 PM Seth Mos

Create RRD file for each gateway name, not the gateway address which can change a lot or be plain
bogus.

fd4b88d1 11/22/2008 09:34 PM Seth Mos

Set permissions correctly so apinger can write the rrd files

ca96864b 11/17/2008 12:59 PM Seth Mos

Correctly process static gateway entries which have a label and not a IP.

69d52504 11/13/2008 06:27 PM Seth Mos

Pick monitor IP from the interface config section

5b48d129 11/13/2008 05:14 PM Seth Mos

Include more information in the array including a attribute flag.
The attribute is either "system" or the gateway array id.

54d5e16f 11/13/2008 08:04 AM Seth Mos

Correct typo to prevent gateways showing up twice.
Fetch monitor IP for automatic gateways from the interface config section

c4bf9453 11/11/2008 06:19 AM Seth Mos

Require globals.inc

a8d8d5fe 11/07/2008 06:28 AM Seth Mos

Mute killall output

3439b033 11/03/2008 07:00 PM Seth Mos

Do a better job of detecting existing configured gateways

12348eb4 11/01/2008 07:28 PM Seth Mos

Fix existing static gateway check.

eb1ce5ee 11/01/2008 06:50 PM Seth Mos

Fix adding static entries to array.
Skip static entries from polluting the dynamic array

de5e8210 10/30/2008 07:44 PM Seth Mos

swap fields, make pretty

be308459 10/30/2008 07:34 PM Seth Mos

correct name, add descr

c66b4242 10/30/2008 07:28 PM Seth Mos

Add backend for dynamic interfaces, ui pages next

4f9b0f01 09/19/2008 07:18 PM Seth Mos

Filter_configure takes too long to run on embedded and this seems to
upset apinger?

c43bb9ad 09/07/2008 08:12 PM Seth Mos

Correct mode setting to correct permissions in octal mode

a30782f3 09/02/2008 08:19 PM Seth Mos

Remove sleep
Make sure our tmp has the correct permission so we can trigger filter
reloads.

d97e6033 09/02/2008 08:07 PM Seth Mos

Commit forgotten change so we use the proper script for filter reloads.
Maybe failover works now :)

86a12a6f 08/19/2008 11:11 PM Scott Ullrich

Eliminate very annoying message on bootup "No process found".

67ee1ec5 07/14/2008 08:43 PM Ermal Luçi
  • Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHING
  • 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

cdcea13f 07/08/2008 09:19 PM Seth Mos

Move gateway status and monitoring over to gwlb.inc.
Still needs a return_gateway_status_by_name();

17623ab5 06/16/2008 02:58 AM Bill Marquette

Bring in relayd to perform server load balancing
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...