cvs commit: src/sys/net if_bridge.c

Andrew Thompson thompsa at FreeBSD.org
Thu Dec 15 11:34:44 PST 2005


thompsa     2005-12-15 19:34:39 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_bridge.c 
  Log:
  It is not safe to use m_copypacket() here as the returned mbuf is readonly,
  change to m_dup and keep the alignment on the layer3 header.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.37      +6 -1      src/sys/net/if_bridge.c


More information about the cvs-all mailing list