proper reauthentication:

IKE_SA is closed completely before the new is initiated, 
  resolves some issues when a dynamic IP is requested from a pool
This commit is contained in:
Martin Willi
2007-06-14 08:13:05 +00:00
parent eda454a261
commit 26424f03c3
7 changed files with 28 additions and 78 deletions
+2
View File
@@ -50,6 +50,8 @@ enum task_type_t {
IKE_DEADPEER,
/** rekey an IKE_SA */
IKE_REKEY,
/** reestablish a complete IKE_SA */
IKE_REAUTH,
/** delete an IKE_SA */
IKE_DELETE,
/** liveness check */