summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-01-31 18:34:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-01-31 18:34:53 +0000
commit89e67d6bc0f77c0b0f36b6e16dc36077797067f6 (patch)
treec5382b4a64cee57cb98c7699883ba12efd8a85a8 /usr
parent78730e65d64da38b6258bfe771442e8fd5d46fe6 (diff)
downloadpfsense-89e67d6bc0f77c0b0f36b6e16dc36077797067f6.zip
pfsense-89e67d6bc0f77c0b0f36b6e16dc36077797067f6.tar.gz
sICMPV6/ipv6-icmp/
Diffstat (limited to 'usr')
-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 1935fb4..23e15e7 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -401,7 +401,7 @@ include("head.inc");
<td width="78%" class="vtable">
<select name="proto" class="formfld" onchange="proto_change()">
<?php
- $protocols = explode(" ", "TCP UDP TCP/UDP ICMP ICMP6 ESP AH GRE IPv6 IGMP any carp pfsync");
+ $protocols = explode(" ", "TCP UDP TCP/UDP ICMP IPV6-ICMP ESP AH GRE IPv6 IGMP any carp pfsync");
foreach ($protocols as $proto): ?>
<option value="<?=strtolower($proto);?>" <?php if (strtolower($proto) == $pconfig['proto']) echo "selected"; ?>><?=htmlspecialchars($proto);?></option>
<?php endforeach; ?>
OpenPOWER on IntegriCloud