summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-07 01:13:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-07 01:13:52 +0000
commit088da57b992a1038d3ec413660e90da65e8fa9c0 (patch)
treebcd537dfe5662d545533df58715a898fcd1b0f43 /usr/local/www/firewall_rules_edit.php
parente6c0da7cf2a928f6ef080a6bf67409a906f2ec00 (diff)
downloadpfsense-088da57b992a1038d3ec413660e90da65e8fa9c0.zip
pfsense-088da57b992a1038d3ec413660e90da65e8fa9c0.tar.gz
Use lbpool, not virtual servers
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 7dd51bf..d6cc843 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -812,7 +812,7 @@ Hint: the difference between block and reject is that with reject, a packet (TCP
echo "<option value=\"{$gw}\" {$selected}>{$gw}</option>\n";
}
}
- foreach($config['load_balancer']['virtual_server'] as $lb) {
+ foreach($config['load_balancer']['lbpool'] as $lb) {
if($config['gateway'] == $lb['name']) {
echo "<option value=\"{$lb['name']}\" SELECTED>{$lb['name']}</option>\n";
} else {
OpenPOWER on IntegriCloud