diff options
author | Bill Marquette <billm@pfsense.org> | 2008-06-16 02:58:57 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2008-06-16 02:58:57 +0000 |
commit | 17623ab556ab149f01e10aa587a35816302ee91d (patch) | |
tree | 5a6bb1221b068f0375f284e4d179576b6fa45350 /etc/inc/globals.inc | |
parent | 0551a3a89ffff608bfd7fffdd940eb4826357ae5 (diff) | |
download | pfsense-17623ab556ab149f01e10aa587a35816302ee91d.zip pfsense-17623ab556ab149f01e10aa587a35816302ee91d.tar.gz |
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
to move.
Diffstat (limited to 'etc/inc/globals.inc')
-rw-r--r-- | etc/inc/globals.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/globals.inc b/etc/inc/globals.inc index 009ce9c..ec5733a 100644 --- a/etc/inc/globals.inc +++ b/etc/inc/globals.inc @@ -60,7 +60,7 @@ $g = array( "n_pppoe_units" => 16, /* this value can be overriden in pppoe->n_pppoe_units */ "pppoe_subnet" => 28, /* this value can be overriden in pppoe->pppoe_subnet */ "debug" => false, - "latest_config" => "4.5", + "latest_config" => "4.6", "nopkg_platforms" => array("cdrom"), "minimum_ram_warning" => "115", "minimum_ram_warning_text" => "128 megabytes", |