cvs commit: src/sys/net if_bridge.c
Andrew Thompson
thompsa at FreeBSD.org
Wed Dec 21 01:40:00 PST 2005
thompsa 2005-12-21 09:39:59 UTC
FreeBSD src repository
Modified files:
sys/net if_bridge.c
Log:
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
Revision Changes Path
1.41 +6 -2 src/sys/net/if_bridge.c
More information about the cvs-src
mailing list