summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 534ce1c..116390b 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -836,18 +836,6 @@ Hint: the difference between block and reject is that with reject, a packet (TCP
<tr>
<td width="22%" valign="top" class="vncell">Return gateway</td>
<td width="78%" class="vtable">
- <select name="returninterface">
- <?php foreach ($config['interfaces'] as $ifname => $iface):
- if ($iface['descr'])
- $ifdescr = $iface['descr'];
- else
- $ifdescr = strtoupper($ifname);
- ?>
- <option value="<?php echo $ifdescr; ?>"<?php if($pconfig['returninterface'] == $ifdescr) echo " SELECTED"; ?>>
- <?php echo $ifdescr; ?>
- </option>
- <?php endforeach; ?>
- </select>
<input name="returngateway" value="<?php echo $pconfig['returngateway'] ?>">
<p><strong>Leave blank for default. Enter the next-hop gateway for the return path.
</strong>
OpenPOWER on IntegriCloud