moved AUTH_LIFETIME handling in its own task (cleaner separation, proper payload order)
This commit is contained in:
@@ -45,6 +45,8 @@ enum task_type_t {
|
||||
IKE_MOBIKE,
|
||||
/** authenticate the initiated IKE_SA */
|
||||
IKE_AUTHENTICATE,
|
||||
/** AUTH_LIFETIME negotiation, RFC4478 */
|
||||
IKE_AUTH_LIFETIME,
|
||||
/** exchange certificates and requests */
|
||||
IKE_CERT,
|
||||
/** Configuration payloads, virtual IP and such */
|
||||
|
||||
Reference in New Issue
Block a user