cvs commit: src/sys/net if_bridge.c

Andrew Thompson thompsa at FreeBSD.org
Tue Aug 23 19:49:01 GMT 2005


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


More information about the cvs-src mailing list