Date: Tue, 23 Aug 2005 19:49:00 +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: <200508231949.j7NJn0D0061420@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2005-08-23 19:49:00 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: 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: mlaier (mentor) MFC after: 3 days Revision Changes Path 1.19 +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?200508231949.j7NJn0D0061420>