Date: Tue, 25 Feb 2003 22:38:54 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_fec.c Message-ID: <200302260638.h1Q6cs15050045@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2003/02/25 22:38:54 PST
Modified files:
sys/netgraph ng_fec.c
Log:
Attempt to make the ng_fec module play nice with BPF again. Things have
changed since this code was written:
- The ng_ether_input_p hook only accepts two arguments now: the pointer
to the ether header structure is gone.
- It's no longer necessary to cons up a fake ether header before passing
incoming packets to BPF_MTAP().
ng_fec_input() has been modified to account for these two changes.
Running tcpdump on fec0 should work now.
PR: kern/46720
Revision Changes Path
1.4 +6 -16 src/sys/netgraph/ng_fec.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302260638.h1Q6cs15050045>
