CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2020/08/11 17:40:54
Modified files: sys/net : if_pfsync.c Log message: Run start routing without KERNEL_LOCK() pfsyncstart() does not require the big lock, make it use the ifq API. OK mvs