summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_gif_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/interfaces_gif_edit.php')
-rw-r--r--usr/local/www/interfaces_gif_edit.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/usr/local/www/interfaces_gif_edit.php b/usr/local/www/interfaces_gif_edit.php
index 04d22bc..6510051 100644
--- a/usr/local/www/interfaces_gif_edit.php
+++ b/usr/local/www/interfaces_gif_edit.php
@@ -176,14 +176,13 @@ include("head.inc");
<select name="tunnel-remote-net" class="formselect" id="tunnel-remote-net">
<?php
for ($i = 128; $i > 0; $i--) {
- if($i <> 31) {
- echo "<option value=\"{$i}\" ";
- if ($i == $pconfig['tunnel-remote-net']) echo "selected";
- echo ">" . $i . "</option>";
- }
+ echo "<option value=\"{$i}\" ";
+ if ($i == $pconfig['tunnel-remote-net'])
+ echo "selected";
+ echo ">" . $i . "</option>";
}
?>
- </select>
+ </select>
<br/>
<span class="vexpl"><?=gettext("Remote gif address endpoint. The subnet part is used for determining the network that is tunnelled."); ?></span></td>
</tr>
OpenPOWER on IntegriCloud