Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jul 2003 13:32:58 -0700 (PDT)
From:      Robert Watson <rwatson@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:  <200307132032.h6DKWwXr085020@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2003/07/13 13:32:58 PDT

  FreeBSD src repository

  Modified files:
    sys/net              if_ethersubr.c 
  Log:
  Move the MAC entry point to label ethernet-sourced mbufs with a MAC label
  from the network interface earlier in ether_input().  At some point
  (no fingers pointed), things were restructured and the labeling operation
  moved later.  This wasn't a problem as BPF_MTAP() relies on the ifnet
  label not the mbuf label, but there might have been other problems.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.148     +8 -4      src/sys/net/if_ethersubr.c



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