summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorDaniel Becker <razzfazz@gmail.com>2014-05-22 23:45:49 -0700
committerDaniel Becker <razzfazz@gmail.com>2014-05-22 23:45:49 -0700
commita4d67bd5f7c12cfbd474485920ac4ffee196be6b (patch)
tree045c09a311fe25952ed335e7695becf8e2044e22 /usr/local/www
parentd62a265c918bfd9180fdfca718147d6b6a2862f7 (diff)
downloadpfsense-a4d67bd5f7c12cfbd474485920ac4ffee196be6b.zip
pfsense-a4d67bd5f7c12cfbd474485920ac4ffee196be6b.tar.gz
bring protocols on NAT edit page more in line with rule edit page
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/firewall_nat_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_edit.php b/usr/local/www/firewall_nat_edit.php
index 5002a73..989a80a 100755
--- a/usr/local/www/firewall_nat_edit.php
+++ b/usr/local/www/firewall_nat_edit.php
@@ -533,7 +533,7 @@ include("fbegin.inc"); ?>
<td width="22%" valign="top" class="vncellreq"><?=gettext("Protocol"); ?></td>
<td width="78%" class="vtable">
<select name="proto" class="formselect" onchange="proto_change(); check_for_aliases();">
- <?php $protocols = explode(" ", "TCP UDP TCP/UDP GRE ESP ICMP"); foreach ($protocols as $proto): ?>
+ <?php $protocols = explode(" ", "TCP UDP TCP/UDP ICMP ESP AH GRE IPV6 IGMP PIM OSPF"); foreach ($protocols as $proto): ?>
<option value="<?=strtolower($proto);?>" <?php if (strtolower($proto) == $pconfig['proto']) echo "selected=\"selected\""; ?>><?=htmlspecialchars($proto);?></option>
<?php endforeach; ?>
</select> <br/> <span class="vexpl"><?=gettext("Choose which IP protocol " .
OpenPOWER on IntegriCloud