Revision 3f351350
Added by Scott Ullrich about 18 years ago
usr/local/www/firewall_rules_edit.php | ||
---|---|---|
408 | 408 |
<td width="78%" class="vtable"> |
409 | 409 |
<select name="proto" class="formfld" onchange="proto_change()"> |
410 | 410 |
<?php |
411 |
$protocols = explode(" ", "TCP UDP TCP/UDP ICMP IPV6-ICMP ESP AH GRE IPv6 IGMP any carp pfsync");
|
|
411 |
$protocols = explode(" ", "TCP UDP TCP/UDP ICMP ESP AH GRE IGMP any carp pfsync");
|
|
412 | 412 |
foreach ($protocols as $proto): ?> |
413 | 413 |
<option value="<?=strtolower($proto);?>" <?php if (strtolower($proto) == $pconfig['proto']) echo "selected"; ?>><?=htmlspecialchars($proto);?></option> |
414 | 414 |
<?php endforeach; ?> |
Also available in: Unified diff
Remove IPV6 operations.