diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-07 01:13:52 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-07 01:13:52 +0000 |
commit | 088da57b992a1038d3ec413660e90da65e8fa9c0 (patch) | |
tree | bcd537dfe5662d545533df58715a898fcd1b0f43 /usr/local/www/firewall_rules_edit.php | |
parent | e6c0da7cf2a928f6ef080a6bf67409a906f2ec00 (diff) | |
download | pfsense-088da57b992a1038d3ec413660e90da65e8fa9c0.zip pfsense-088da57b992a1038d3ec413660e90da65e8fa9c0.tar.gz |
Use lbpool, not virtual servers
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rwxr-xr-x | usr/local/www/firewall_rules_edit.php | 2 |
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 { |