Date: Mon, 7 Jul 2008 09:25:49 +0000 (UTC) From: David Malone <dwmalone@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net bpf.c bpf.h Message-ID: <200807070926.m679Q77Z000879@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2008-07-07 09:25:49 UTC FreeBSD src repository Modified files: sys/net bpf.c bpf.h Log: SVN rev 180337 on 2008-07-07 09:25:49Z by dwmalone 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. PR: 118486 Submitted by: Matthew Luckie <mluckie@cs.waikato.ac.nz> MFC after: 1 month Revision Changes Path 1.197 +8 -4 src/sys/net/bpf.c 1.51 +1 -0 src/sys/net/bpf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807070926.m679Q77Z000879>