]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
As of r1.21 all broadcast packets are reprocessed by ether_input as arriving on
authorAndrew Thompson <thompsa@FreeBSD.org>
Wed, 21 Dec 2005 09:39:59 +0000 (09:39 +0000)
committerAndrew Thompson <thompsa@FreeBSD.org>
Wed, 21 Dec 2005 09:39:59 +0000 (09:39 +0000)
commit1e4200620ac6b9dd4bb0848d83edd05df952c7c0
treefbb568d780522dbd7e2c251b442dc42c36caa22e
parent1adffac42bbce6afefbfb16ff50e2c2fd9b30c1d
As of r1.21 all broadcast packets are reprocessed by ether_input as arriving on
the bridge, this caused these packets to show up twice via bpf. Do not process
them twice with BPF_TAP.

MFC after: 3 days
sys/net/if_bridge.c