K 10 svn:author V 7 thompsa K 8 svn:date V 27 2005-08-26T20:00:25.000000Z K 7 svn:log V 319 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) END