Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Dec 2005 19:34:39 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_bridge.c
Message-ID:  <200512151934.jBFJYdrP091725@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512151934.jBFJYdrP091725>