added a "purgeike" command to stroke, deleting all IKE_SAs without a CHILD_SA

This commit is contained in:
Martin Willi
2009-05-15 11:02:56 +02:00
parent bb51102b89
commit 832427064c
7 changed files with 69 additions and 6 deletions
+2
View File
@@ -103,6 +103,8 @@ enum purge_flag_t {
PURGE_NONE = 0x0000,
/** purge ocsp cache entries */
PURGE_OCSP = 0x0001,
/** purge IKE_SAs without a CHILD_SA */
PURGE_IKE = 0x0002,
};
/**