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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to