CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/09/30 05:33:51
Modified files: sys/net : if.c if_var.h Log message: sleep until all references to an interface have been released during detach. this is done by moving to the refcnt api and using refcnt_finalize. tested by Hrjove Popovski ok mpi@