cvs commit: src/sys/net bpf.c

Andrew Thompson thompsa at FreeBSD.org
Sun Sep 9 17:03:09 PDT 2007


thompsa     2007-09-10 00:03:06 UTC

  FreeBSD src repository

  Modified files:
    sys/net              bpf.c 
  Log:
  Check for multicast destination on bpf injected packets and update the M_*CAST
  flags, the absense of these flags causes problems in other areas such as
  bridging which expect them to be correct.
  
  At the moment only Ethernet DLTs are checked.
  
  Reviewed by:    bms, csjp, sam
  Approved by:    re (bmah)
  
  Revision  Changes    Path
  1.181     +19 -4     src/sys/net/bpf.c


More information about the cvs-src mailing list