summaryrefslogtreecommitdiffstats
path: root/etc/inc/functions.inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2008-06-16 02:58:57 +0000
committerBill Marquette <billm@pfsense.org>2008-06-16 02:58:57 +0000
commit17623ab556ab149f01e10aa587a35816302ee91d (patch)
tree5a6bb1221b068f0375f284e4d179576b6fa45350 /etc/inc/functions.inc
parent0551a3a89ffff608bfd7fffdd940eb4826357ae5 (diff)
downloadpfsense-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/functions.inc')
-rw-r--r--etc/inc/functions.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/functions.inc b/etc/inc/functions.inc
index ded7c77..8415def 100644
--- a/etc/inc/functions.inc
+++ b/etc/inc/functions.inc
@@ -81,6 +81,7 @@ require_once("pfsense-utils.inc");
require_once("util.inc");
require_once("vpn.inc");
require_once("vslb.inc");
+require_once("gwlb.inc");
require_once("notices.inc");
?> \ No newline at end of file
OpenPOWER on IntegriCloud