summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_virtual_server.php
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 /usr/local/www/load_balancer_virtual_server.php
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 'usr/local/www/load_balancer_virtual_server.php')
-rwxr-xr-xusr/local/www/load_balancer_virtual_server.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/load_balancer_virtual_server.php b/usr/local/www/load_balancer_virtual_server.php
index a7480ea..29f1703 100755
--- a/usr/local/www/load_balancer_virtual_server.php
+++ b/usr/local/www/load_balancer_virtual_server.php
@@ -45,6 +45,7 @@ if ($_POST) {
config_lock();
$retval |= filter_configure();
$retval |= slbd_configure();
+ $retval |= relayd_configure();
config_unlock();
$savemsg = get_std_save_message($retval);
unlink_if_exists($d_vsconfdirty_path);
OpenPOWER on IntegriCloud