Date: Thu, 22 Sep 2005 01:46:12 +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: <200509220146.j8M1kCOh019682@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2005-09-22 01:46:11 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: Fix an alignment panic my preserving the 2byte padding (ETHER_ALIGN) on our copied mbuf, which keeps the IP header 32-bit aligned. This copied mbuf is reinjected back into ether_input and off to the IP routines. Reported and tested by: Peter van Dijk Approved by: mlaier (mentor) MFC after: 3 days Revision Changes Path 1.22 +1 -1 src/sys/net/if_bridge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509220146.j8M1kCOh019682>