summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_pool.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2008-07-08 21:23:17 +0000
committerBill Marquette <billm@pfsense.org>2008-07-08 21:23:17 +0000
commit5fbee6aa3ac56759aaccf13067ec8ca3d61bf8e5 (patch)
tree26b03a65e5bca240fd00582e07b2e4052d31fdce /usr/local/www/load_balancer_pool.php
parent32259bc19595eefe2b557bd802360fa74c7833a7 (diff)
downloadpfsense-5fbee6aa3ac56759aaccf13067ec8ca3d61bf8e5.zip
pfsense-5fbee6aa3ac56759aaccf13067ec8ca3d61bf8e5.tar.gz
remove slbd_configure and start removal of gateway stuff from load balancer screens
Diffstat (limited to 'usr/local/www/load_balancer_pool.php')
-rwxr-xr-xusr/local/www/load_balancer_pool.php10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/local/www/load_balancer_pool.php b/usr/local/www/load_balancer_pool.php
index d40d712..b44fa2a 100755
--- a/usr/local/www/load_balancer_pool.php
+++ b/usr/local/www/load_balancer_pool.php
@@ -44,7 +44,6 @@ if ($_POST) {
config_lock();
$retval |= filter_configure();
- $retval |= slbd_configure();
$retval |= relayd_configure();
config_unlock();
@@ -140,14 +139,7 @@ include("head.inc");
</td>
<td class="listr" ondblclick="document.location='load_balancer_pool_edit.php?id=<?=$i;?>';">
<?php
- if ($vipent['type'] == "gateway") {
- foreach ((array) $vipent['servers'] as $server) {
- $svr = split("\|", $server);
- echo "{$svr[1]}<br />";
- }
- } else {
- echo $vipent['monitor'];
- }
+ echo $vipent['monitor'];
?>
</td>
<td class="listbg" ondblclick="document.location='load_balancer_pool_edit.php?id=<?=$i;?>';">
OpenPOWER on IntegriCloud