--- firewall_rules_edit.php     2014-02-20 21:53:16.000000000 +0100
+++ firewall_rules_edit.php.orig        2014-02-20 21:53:45.000000000 +0100
@@ -897,7 +897,7 @@
                        <td width="78%" class="vtable">
                                <select <?=$edit_disabled;?> name="proto" class="formselect" onchange="proto_change()">
 <?php
-                               $protocols = explode(" ", "TCP UDP TCP/UDP ICMP ESP AH GRE IPV6 IGMP PIM OSPF any carp pfsync");
+                               $protocols = explode(" ", "TCP UDP TCP/UDP ICMP ESP AH GRE IPV6 IGMP OSPF any carp pfsync");
                                foreach ($protocols as $proto): ?>
                                        <option value="<?=strtolower($proto);?>" <?php if (strtolower($proto) == $pconfig['proto']) echo "selected=\"selected\""; ?>><?=htmlspecialchars($proto);?></option>
 <?php                  endforeach; ?>
