K 10 svn:author V 7 thompsa K 8 svn:date V 27 2005-12-29T09:39:15.000000Z K 7 svn:log V 311 When pfil(9) is enabled the bridge only considers ETHERTYPE_ARP, ETHERTYPE_IP and ETHERTYPE_IPV6 frames. Change this to be a sysctl knob so that is able to still bridge non-IP packets if desired. Also return early if all pfil_* sysctls are turned off, the user obviously does not want to filter on the bridge. END