diff options
author | Martin Willi <martin@strongswan.org> | 2007-06-14 08:13:05 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-06-14 08:13:05 +0000 |
commit | 26424f03c35bbfbcf264db950335c48c54c619fc (patch) | |
tree | ea08945ee744779da5319da72c1108690c518d67 /src/charon/sa/tasks/task.h | |
parent | eda454a26137b6a2d3a85d0eb3d84f7c827d7c7d (diff) | |
download | strongswan-26424f03c35bbfbcf264db950335c48c54c619fc.tar.bz2 strongswan-26424f03c35bbfbcf264db950335c48c54c619fc.tar.xz |
proper reauthentication:
IKE_SA is closed completely before the new is initiated,
resolves some issues when a dynamic IP is requested from a pool
Diffstat (limited to 'src/charon/sa/tasks/task.h')
-rw-r--r-- | src/charon/sa/tasks/task.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/charon/sa/tasks/task.h b/src/charon/sa/tasks/task.h index 128d7db4a..2b45d264f 100644 --- a/src/charon/sa/tasks/task.h +++ b/src/charon/sa/tasks/task.h @@ -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 */ |