Revision 89e67d6b
Added by Scott Ullrich over 18 years ago
usr/local/www/firewall_rules_edit.php | ||
---|---|---|
401 | 401 |
<td width="78%" class="vtable"> |
402 | 402 |
<select name="proto" class="formfld" onchange="proto_change()"> |
403 | 403 |
<?php |
404 |
$protocols = explode(" ", "TCP UDP TCP/UDP ICMP ICMP6 ESP AH GRE IPv6 IGMP any carp pfsync");
|
|
404 |
$protocols = explode(" ", "TCP UDP TCP/UDP ICMP IPV6-ICMP ESP AH GRE IPv6 IGMP any carp pfsync");
|
|
405 | 405 |
foreach ($protocols as $proto): ?> |
406 | 406 |
<option value="<?=strtolower($proto);?>" <?php if (strtolower($proto) == $pconfig['proto']) echo "selected"; ?>><?=htmlspecialchars($proto);?></option> |
407 | 407 |
<?php endforeach; ?> |
Also available in: Unified diff
sICMPV6/ipv6-icmp/