Revision c95b52d5
Added by Andrea Tuccia over 11 years ago
usr/local/www/firewall_rules_edit.php | ||
---|---|---|
907 | 907 |
<td width="78%" class="vtable"> |
908 | 908 |
<select <?=$edit_disabled;?> name="proto" class="formselect" onchange="proto_change()"> |
909 | 909 |
<?php |
910 |
$protocols = explode(" ", "TCP UDP TCP/UDP ICMP ESP AH GRE IPV6 IGMP OSPF any carp pfsync"); |
|
910 |
$protocols = explode(" ", "TCP UDP TCP/UDP ICMP ESP AH GRE IPV6 IGMP PIM OSPF any carp pfsync");
|
|
911 | 911 |
foreach ($protocols as $proto): ?> |
912 | 912 |
<option value="<?=strtolower($proto);?>" <?php if (strtolower($proto) == $pconfig['proto']) echo "selected=\"selected\""; ?>><?=htmlspecialchars($proto);?></option> |
913 | 913 |
<?php endforeach; ?> |
Also available in: Unified diff
Update firewall_rules_edit.php
PIM protocol for firewall rules.