Date: Wed, 21 Dec 2005 09:39:59 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_bridge.c Message-ID: <200512210939.jBL9dxYo090979@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512210939.jBL9dxYo090979>