CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/04 03:28:04
Modified files:
sys/net : pfkeyv2.c
sys/netinet : ip_ipsp.h ip_spd.c
Log message:
Initialize `ipsec_policy_pool' within pfkey_init() instead of doing that
in runtime within pfkeyv2_send(). Also set it's interrupt protection
level to IPL_SOFTNET.
ok bluhm@ mpi@
