Date: Fri, 26 Aug 2005 20:00:25 +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: <200508262000.j7QK0PKS076929@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2005-08-26 20:00:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_bridge.c Log: MFC: if_bridge.c, r1.19 > The mtu check in bridge_enqueue is bogus as the maximum Ethernet frame is > actually 1514, so comparing the mbuf length which includes the Ethernet > header > to the interface MTU is wrong. > > The check was a little over the top so just remove it. Approved by: re (scottl), mlaier (mentor) Revision Changes Path 1.11.2.7 +0 -7 src/sys/net/if_bridge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508262000.j7QK0PKS076929>