diff options
author | Martin Willi <martin@revosec.ch> | 2011-12-12 15:38:20 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-03-20 17:31:18 +0100 |
commit | f4929076674ee05b7dd8bc9873fd0a9ff256f32c (patch) | |
tree | 0ba2b2eb8d01bf1207482a0dc047219de188e56e /src/libcharon/sa/tasks/task.h | |
parent | 590ca1d482e2817558e8e4029e203d1cef749eb7 (diff) | |
download | strongswan-f4929076674ee05b7dd8bc9873fd0a9ff256f32c.tar.bz2 strongswan-f4929076674ee05b7dd8bc9873fd0a9ff256f32c.tar.xz |
Added a task stub to create and process IKEv1 informational exchanges
Diffstat (limited to 'src/libcharon/sa/tasks/task.h')
-rw-r--r-- | src/libcharon/sa/tasks/task.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcharon/sa/tasks/task.h b/src/libcharon/sa/tasks/task.h index 7c725944e..7fa99251f 100644 --- a/src/libcharon/sa/tasks/task.h +++ b/src/libcharon/sa/tasks/task.h @@ -71,6 +71,8 @@ enum task_type_t { TASK_CHILD_REKEY, /** IKEv1 main mode */ TASK_MAIN_MODE, + /** IKEv1 informational exchange */ + TASK_INFORMATIONAL, /** IKEv1 XAUTH authentication */ TASK_XAUTH, /** IKEv1 Mode Config */ |