summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-06 01:38:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-06 01:38:20 +0000
commit97f6d48fbe2c416ac2e652e836a34e93481ca550 (patch)
tree8bdba35837074cfb422e8ad15e259e30440e9afd /usr/local/www
parentc4ced4c174db895d66b454bc23f877dbfb7bf3f6 (diff)
downloadpfsense-97f6d48fbe2c416ac2e652e836a34e93481ca550.zip
pfsense-97f6d48fbe2c416ac2e652e836a34e93481ca550.tar.gz
Add ICMP6 as a supported porotocol type.
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/firewall_rules_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index fc88a39..9f3b403 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -521,7 +521,7 @@ Hint: the difference between block and reject is that with reject, a packet (TCP
<td width="22%" valign="top" class="vncellreq">Protocol</td>
<td width="78%" class="vtable">
<select name="proto" class="formfld" onchange="proto_change()">
- <?php $protocols = explode(" ", "TCP UDP TCP/UDP ICMP ESP AH GRE IPv6 IGMP any"); foreach ($protocols as $proto): ?>
+ <?php $protocols = explode(" ", "TCP UDP TCP/UDP ICMP ICMP6 ESP AH GRE IPv6 IGMP any"); foreach ($protocols as $proto): ?>
<option value="<?=strtolower($proto);?>" <?php if (strtolower($proto) == $pconfig['proto']) echo "selected"; ?>>
<?=htmlspecialchars($proto);?>
</option>
OpenPOWER on IntegriCloud