K 10 svn:author V 7 thompsa K 8 svn:date V 27 2005-08-23T19:49:00.000000Z K 7 svn:log V 288 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 END