CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/01/29 10:47:35
Modified files:
sys/net : if_bridge.c if_bridge.h
Log message:
Plumbing to simplify upcoming locking.
- Do checks that do not access shared data structures first, they don't
need locking and save us some dances.
- Use the common !ETHER_IS_MULTICAST() idiom and move some code that won't
be executed if the bridge(4) is down.
ok bluhm@, visa@
