summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-12-17 21:22:57 +0000
committerErmal <eri@pfsense.org>2010-12-17 21:22:57 +0000
commitb3c1391af18af012c490e8aa0d275a36125b8374 (patch)
tree799d7f02ab6b067f5c3025f97d58cb60703b7b88 /usr/local/www/firewall_virtual_ip_edit.php
parenta5a6ab28925f1e6a0fa07e2087c7c820fa3add84 (diff)
downloadpfsense-b3c1391af18af012c490e8aa0d275a36125b8374.zip
pfsense-b3c1391af18af012c490e8aa0d275a36125b8374.tar.gz
Fallback to the sane limit of 255 now that the patch is backed out.
Diffstat (limited to 'usr/local/www/firewall_virtual_ip_edit.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index 78a9174..9571a7f 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -453,7 +453,7 @@ function typesel_change() {
<tr valign="top">
<td width="22%" class="vncellreq"><?=gettext("VHID Group");?></td>
<td class="vtable"><select id='vhid' name='vhid'>
- <?php for ($i = 1; $i <= 65536; $i++): ?>
+ <?php for ($i = 1; $i <= 255; $i++): ?>
<option value="<?=$i;?>" <?php if ($i == $pconfig['vhid']) echo "selected"; ?>>
<?=$i;?>
</option>
OpenPOWER on IntegriCloud