summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorChris Buechler <cmb@cmb-macbook-pro.local>2009-09-07 19:54:20 -0400
committerChris Buechler <cmb@cmb-macbook-pro.local>2009-09-07 19:54:20 -0400
commitcd327877505e3abd3a4fc3046b99868ae80d3560 (patch)
treed7299864cdadad7228d604c446245966c9d2e058 /usr/local
parent3e6aaee5a632f141e11af4862d802b7e31a09b3a (diff)
downloadpfsense-cd327877505e3abd3a4fc3046b99868ae80d3560.zip
pfsense-cd327877505e3abd3a4fc3046b99868ae80d3560.tar.gz
Don't show server load balancer pools in Gateway field
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 7da9413..9bb3127 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -789,6 +789,8 @@ include("head.inc");
foreach($config['load_balancer']['lbpool'] as $lb) {
if($lb['name'] == "")
continue;
+ if($lb['type'] == "server")
+ continue;
if($pconfig['gateway'] == $lb['name']) {
echo "<option value=\"{$lb['name']}\" SELECTED>{$lb['name']}</option>\n";
} else {
OpenPOWER on IntegriCloud