diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-11-16 21:19:58 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-11-16 21:19:58 +0000 |
commit | 7a915d627daadb64ebd46a892dd0ee53b42d1862 (patch) | |
tree | 30ad96d29b5975087ad53eaf38ad834cd4238c41 /src/charon/processing/jobs/migrate_job.h | |
parent | ad60c249b6784b8646a829b75eba081e5e5d29c4 (diff) | |
download | strongswan-7a915d627daadb64ebd46a892dd0ee53b42d1862.tar.bz2 strongswan-7a915d627daadb64ebd46a892dd0ee53b42d1862.tar.xz |
completed migration of MIPv6 connections
Diffstat (limited to 'src/charon/processing/jobs/migrate_job.h')
-rw-r--r-- | src/charon/processing/jobs/migrate_job.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charon/processing/jobs/migrate_job.h b/src/charon/processing/jobs/migrate_job.h index ecd2d6fe5..09e6ba097 100644 --- a/src/charon/processing/jobs/migrate_job.h +++ b/src/charon/processing/jobs/migrate_job.h @@ -51,6 +51,7 @@ struct migrate_job_t { * @param reqid reqid of the CHILD_SA to acquire * @param src_ts source traffic selector to be used in the policy * @param dst_ts destination traffic selector to be used in the policy + * @param dir direction of the policy (in|out) * @param local local host address to be used in the IKE_SA * @param remote remote host address to be used in the IKE_SA * @return migrate_job_t object |