CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/07 14:19:01
Modified files:
sys/net : if_bridge.c if_ethersubr.c if_switch.c
if_tpmr.c if_veb.c
sys/netinet : if_ether.h
Log message:
tell ether_input() to call pf_test() outside of smr_read sections,
because smr_read sections don't play well with sleeping locks in pf(4).
OK bluhm@
