CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/07 10:28:46
Modified files:
sys/netinet : ip_ipsp.c ip_ipsp.h
Log message:
In ipo_tdb the flow contains a reference counted TDB cache. This
may prevent that tdb_free() is called. It is not a real leak as
ipsecctl -F or termination of iked flush this cache when they remove
the IPsec policy. Move the code from tdb_free() to tdb_delete(),
then the kernel does the cleanup itself.
OK mvs@ tobhe@
