mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove IPV6 operations.
This commit is contained in:
parent
c920cf13fe
commit
3f351350f2
@ -408,7 +408,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 IPV6-ICMP ESP AH GRE IPv6 IGMP any carp pfsync");
|
||||
$protocols = explode(" ", "TCP UDP TCP/UDP ICMP ESP AH GRE 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; ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user