Date: Mon, 10 Sep 2007 00:03:06 +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 bpf.c Message-ID: <200709100003.l8A036DP001064@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2007-09-10 00:03:06 UTC FreeBSD src repository Modified files: sys/net bpf.c Log: Check for multicast destination on bpf injected packets and update the M_*CAST flags, the absense of these flags causes problems in other areas such as bridging which expect them to be correct. At the moment only Ethernet DLTs are checked. Reviewed by: bms, csjp, sam Approved by: re (bmah) Revision Changes Path 1.181 +19 -4 src/sys/net/bpf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709100003.l8A036DP001064>