CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2015/11/02 07:35:12
Modified files: sys/net : bridgestp.c Log message: Some of the bridge code is running in splsoftnet now, change the splassert() in bstp_notify_rtage() from IPL_NET to IPL_SOFTNET accordingly. OK mpi@