summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_ipsec_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-21 20:22:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-21 20:22:50 +0000
commit40dd6441eeb6b088a59d61b020be581ac9a7d3f4 (patch)
treed032ba6c82f53f1aabc79764c98e12565eacfba9 /usr/local/www/vpn_ipsec_edit.php
parent29868747c8a2598ae56fd3aaa03d1cd2be57ff6a (diff)
downloadpfsense-40dd6441eeb6b088a59d61b020be581ac9a7d3f4.zip
pfsense-40dd6441eeb6b088a59d61b020be581ac9a7d3f4.tar.gz
Update to dropdowns to count to /32
Diffstat (limited to 'usr/local/www/vpn_ipsec_edit.php')
-rwxr-xr-xusr/local/www/vpn_ipsec_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/vpn_ipsec_edit.php b/usr/local/www/vpn_ipsec_edit.php
index 5043cd8..97d16a2 100755
--- a/usr/local/www/vpn_ipsec_edit.php
+++ b/usr/local/www/vpn_ipsec_edit.php
@@ -8,7 +8,7 @@
originally part of m0n0wall (http://m0n0.ch/wall)
Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
All rights reserved.
-
+
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@@ -333,7 +333,7 @@ function typesel_change() {
<td><input name="localnet" type="text" class="formfld" id="localnet" size="20" value="<?php if (!is_specialnet($pconfig['localnet'])) echo htmlspecialchars($pconfig['localnet']);?>">
/
<select name="localnetmask" class="formfld" id="localnetmask">
- <?php for ($i = 31; $i >= 0; $i--): ?>
+ <?php for ($i = 32; $i >= 0; $i--): ?>
<option value="<?=$i;?>" <?php if ($i == $pconfig['localnetmask']) echo "selected"; ?>>
<?=$i;?>
</option>
OpenPOWER on IntegriCloud