Date: Thu, 22 Feb 2007 14:50:31 +0000 (UTC) From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_ethersubr.c Message-ID: <200702221450.l1MEoV0O007216@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
csjp 2007-02-22 14:50:31 UTC FreeBSD src repository Modified files: sys/net if_ethersubr.c Log: Use ETHER_BPF_MTAP() instead of BPF_MTAP() here. It's possible incoming packets have had their 802.1Q tags processed by the hardware, resulting in them being stripped from the packets, and placed on the mbuf. This fixes the processing of 802.1Q tags when hardware offload of 802.1Q tags is enabled. Revision Changes Path 1.223 +3 -2 src/sys/net/if_ethersubr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702221450.l1MEoV0O007216>