CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/11 17:15:34
Modified files:
sys/net : bpf.c
Log message:
get bpf_mtap_ether to call _bpf_mtap directly instead of via bpf_mtap.
this is so _bpf_mtap can look at the mbuf with packet headers on
it so it can fill in more stuff in the bpf_hdr struct.
ive been running this in production for most of a month now and
it's working well.
