CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2020/04/12 01:04:03
Modified files: sys/net : if.c Log message: make ifpromisc assert that the caller is holding the NET_LOCK. it needs NET_LOCK because it modifies if_flags and if_pcount. ok visa@