K 10 svn:author V 5 wpaul K 8 svn:date V 27 2003-02-26T06:38:54.000000Z K 7 svn:log V 456 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 END