summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_nat_out_edit.php
diff options
context:
space:
mode:
authorDaniel Becker <razzfazz@gmail.com>2013-07-07 15:36:26 -0700
committerDaniel Becker <razzfazz@gmail.com>2013-07-07 15:36:26 -0700
commit25ce513631d4f1af53886982b0b7c7872e8b8edf (patch)
tree97af0dbfd3275a08439366e00bd05b62251a1c98 /usr/local/www/firewall_nat_out_edit.php
parent14e9b0526f4d41616994d57b3484c2fa0bf8183f (diff)
downloadpfsense-25ce513631d4f1af53886982b0b7c7872e8b8edf.zip
pfsense-25ce513631d4f1af53886982b0b7c7872e8b8edf.tar.gz
Add support for protocol 41 in rules. Fixes #3007.
Diffstat (limited to 'usr/local/www/firewall_nat_out_edit.php')
-rwxr-xr-xusr/local/www/firewall_nat_out_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_out_edit.php b/usr/local/www/firewall_nat_out_edit.php
index 6a36e2d..d375deb 100755
--- a/usr/local/www/firewall_nat_out_edit.php
+++ b/usr/local/www/firewall_nat_out_edit.php
@@ -485,7 +485,7 @@ function poolopts_change() {
<td width="22%" valign="top" class="vncellreq"><?=gettext("Protocol");?></td>
<td width="78%" class="vtable">
<select name="protocol" class="formselect" onchange="proto_change();">
- <?php $protocols = explode(" ", "any TCP UDP TCP/UDP ICMP ESP AH GRE IGMP carp pfsync");
+ <?php $protocols = explode(" ", "any TCP UDP TCP/UDP ICMP ESP AH GRE IPV6 IGMP carp pfsync");
foreach ($protocols as $proto): ?>
<option value="<?=strtolower($proto);?>" <?php if (strtolower($proto) == $pconfig['protocol']) echo "selected=\"selected\""; ?>><?=htmlspecialchars($proto);?></option>
<?php endforeach; ?>
OpenPOWER on IntegriCloud