CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2021/11/29 12:19:00
Modified files: sys/netinet : ip_ipsp.c Log message: The network stack currently uses IPL_SOFTNET. Consistently initialize the TDB sadb mutex with that. The old IPL_NET was chosen by accident. OK mpi@