Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2006 00:09:24 +0000 (UTC)
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_ethersubr.c
Message-ID:  <200605170009.k4H09O7H010672@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
csjp        2006-05-17 00:09:24 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/net              if_ethersubr.c 
  Log:
  MFC revision 1.215
  
  Unbreak byte counters when network interfaces are in monitor mode by
    re-organizing the monitor return logic. We perform interface monitoring
    checks after we have determined if the CRC is still on the packet, if
    it is, m_adj() is called which will adjust the packet length. This
    ensures that we are not including CRC lengths in the byte counters for
    each packet.
  
  Revision    Changes    Path
  1.193.2.11  +8 -8      src/sys/net/if_ethersubr.c



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