summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-12-01 19:35:19 +0000
committerErmal <eri@pfsense.org>2010-12-01 19:35:19 +0000
commit1b844e70456e7d3219dd146e72706408f196ee81 (patch)
treefb0d83939a64649c582763ffe7711933f51fea7c /usr/local/www/firewall_virtual_ip_edit.php
parent435a418fc88dea53a8ec3e3d295d0701bb92cebf (diff)
downloadpfsense-1b844e70456e7d3219dd146e72706408f196ee81.zip
pfsense-1b844e70456e7d3219dd146e72706408f196ee81.tar.gz
Raise this to new limit of 2^16.
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 e5e9072..20da793 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -431,7 +431,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 <= 254; $i++): ?>
+ <?php for ($i = 1; $i <= 65535; $i++): ?>
<option value="<?=$i;?>" <?php if ($i == $pconfig['vhid']) echo "selected"; ?>>
<?=$i;?>
</option>
OpenPOWER on IntegriCloud