CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/19 21:37:26
Modified files:
sys/net : if.c ifq.c
Log message:
default interfaces to bpf_mtap_ether for their if_bpf_mtap handler.
call (*ifp->if_bpf_mtap) instead of bpf_mtap_ether in ifiq_input
and if_vinput.
