summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-06-20 09:35:44 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-06-20 09:35:44 -0300
commitdf203cb81d8427096807706a72e577062d16189a (patch)
tree044fd8c514436a9103500ae1110dab06d231b45f
parent96fcabaae31466118a703c6a29939b9f50bc77f6 (diff)
parent5635eec8092d5fcd4de70cdb759ff24c6dcc570d (diff)
downloadpfsense-df203cb81d8427096807706a72e577062d16189a.zip
pfsense-df203cb81d8427096807706a72e577062d16189a.tar.gz
Merge pull request #1218 from razzfazz/nat_add_missing_protocols_master
-rw-r--r--usr/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 e5c94ad..7cac88d 100644
--- 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