cvs commit: src/sys/net bpf.c bpf.h
    David Malone 
    dwmalone at FreeBSD.org
       
    Sat Aug 16 11:48:26 UTC 2008
    
    
  
dwmalone    2008-08-16 11:48:10 UTC
  FreeBSD src repository
  Modified files:        (Branch: RELENG_7)
    sys/net              bpf.c bpf.h 
  Log:
  SVN rev 181783 on 2008-08-16 11:48:10Z by dwmalone
  
  MFC:
  Add a new ioctl for changing the read filter (BIOCSETFNR). This is
  just like BIOCSETF but it doesn't drop all the packets buffered on
  the discriptor and reset the statistics.
  
  Also, when setting the write filter, don't drop packets waiting to
  be read or reset the statistics.
  
  Revision   Changes    Path
  1.181.2.9  +8 -4      src/sys/net/bpf.c
  1.47.2.2   +1 -0      src/sys/net/bpf.h
    
    
More information about the cvs-all
mailing list