cvs commit: src/sys/net if_bridge.c

Andrew Thompson thompsa at FreeBSD.org
Fri Aug 26 20:00:26 GMT 2005


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


More information about the cvs-src mailing list