]> git.ipfire.org Git - thirdparty/strongswan.git/commit
ike: Don't reset optional CHILD_SA properties when migrating child-creating tasks
authorTobias Brunner <tobias@strongswan.org>
Thu, 20 May 2021 09:43:39 +0000 (11:43 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 14 Apr 2022 16:42:01 +0000 (18:42 +0200)
commit366ac36a1f46607d7fee9c34fffa334799cd415f
tree9d1ace2f5f24a791884125ab0100ff654552f8fe
parent93d817767400398cb0a26cca089c369c22d2fd9c
ike: Don't reset optional CHILD_SA properties when migrating child-creating tasks

These are set via methods, which are not called again after migration
(e.g. when retrying due to INVALID_KE or when moving queued tasks), so we
don't want to clear these values.
src/libcharon/sa/ikev1/tasks/quick_mode.c
src/libcharon/sa/ikev2/tasks/child_create.c