Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2007 14:38:08 +0000 (UTC)
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys mbuf.h
Message-ID:  <200703011438.l21Ec8Pw093878@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bms         2007-03-01 14:38:08 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              mbuf.h 
  Log:
  Introduce a new mbuf flag, M_PROMISC.
  
  An mbuf packet chain with the M_PROMISC flag set contains a unicast packet
  received by the link layer, which does not correspond to any configured
  link layer address in the local system.
  
  It is copied when copying m_pkthdr. It is not cleared when crossing layers.
  As such, it is defined to have a flag value which is outside of the
  M_PROTO* range, like M_VLANTAG has.
  
  Reviewed by:    andre
  Obtained from:  NetBSD
  
  Revision  Changes    Path
  1.203     +2 -1      src/sys/sys/mbuf.h



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