diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-03-17 19:09:39 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-03-17 19:09:39 +0000 |
commit | 07f9c903a948f3809075ce70c4b26b9eaea6da53 (patch) | |
tree | ef5263658c846ecaded023f9604ffe7b81a58bbb /usr | |
parent | 4126900a88a51ba000d7b8d261f20c299626ddfc (diff) | |
download | pfsense-07f9c903a948f3809075ce70c4b26b9eaea6da53.zip pfsense-07f9c903a948f3809075ce70c4b26b9eaea6da53.tar.gz |
Use the firewall interface for reply-to directive.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_rules_edit.php | 12 |
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> |