CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/23 08:13:58
Modified files:
sys/net : if_switch.c
Log message:
Wrap by netlock the whole foreach loop which calls switch_port_detach() in
switch_clone_destroy(). This fixes netlock assertion within underlay
ifpromisc(). The problem was reported by hrvoje@ [1].
"why not" by deraadt@
1. https://marc.info/?l=openbsd-bugs&m=161338077403538&w=2
