CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/26 03:08:00
Modified files:
sys/netinet : ip_ipsp.c ip_ipsp.h
Log message:
Split a part of tdb_delete() into tdb_unlink() so that we can remove
a TDB from the hash table without actually free()ing it. That way we
can modify the TDB and then put it back in using puttdb().
ok claudio@
