CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/10/01 06:38:32
Modified files:
sys/net : if.c if_bridge.c
Log message:
Put bridge_input & output back under the KERNEL_LOCK().
Wireless drivers call if_enqueue() out of the NET_LOCK() so it cannot
be used to serialize bridge(4) states.
Found by stsp@, ok visa@
