cvs commit: src/sys/net if_ethersubr.c

Christian S.J. Peron csjp at FreeBSD.org
Thu Feb 22 14:50:32 UTC 2007


csjp        2007-02-22 14:50:31 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_ethersubr.c 
  Log:
  Use ETHER_BPF_MTAP() instead of BPF_MTAP() here.  It's possible
  incoming packets have had their 802.1Q tags processed by the
  hardware, resulting in them being stripped from the packets, and
  placed on the mbuf.  This fixes the processing of 802.1Q tags when
  hardware offload of 802.1Q tags is enabled.
  
  Revision  Changes    Path
  1.223     +3 -2      src/sys/net/if_ethersubr.c


More information about the cvs-src mailing list