Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Darren Reed <darrenr@netbsd.org>
List: source-changes
Date: 09/19/2002 04:16:59
Module Name: syssrc
Committed By: darrenr
Date: Thu Sep 19 01:16:59 UTC 2002
Modified Files:
syssrc/sys/net: bpf.c
Log Message:
For the trivial case where the packet is only in one mbuf, call bpf_tap()
(idea from FreeBSD) - alternative to changing bpf_filter() to be aware of
kernel calling convetion where 0 is passed as the length for mbufs.
To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 syssrc/sys/net/bpf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.