]> git.ipfire.org Git - thirdparty/strongswan.git/commit - src/libcharon/sa/ikev1/task_manager_v1.c
child-sa: Replace reqid based marks by "unique" marks
authorMartin Willi <martin@revosec.ch>
Thu, 13 Nov 2014 14:26:10 +0000 (15:26 +0100)
committerMartin Willi <martin@revosec.ch>
Fri, 20 Feb 2015 12:34:49 +0000 (13:34 +0100)
commit85b238887d01c030a7d9240db2031601211a6283
tree00fc12e7d87c136d4572d69afd98384e2b8e5118
parent4ec397b89431576813f9a7511bf297ee312a5878
child-sa: Replace reqid based marks by "unique" marks

As we now use the same reqid for multiple CHILD_SAs with the same selectors,
having marks based on the reqid makes not that much sense anymore. Instead we
use unique marks that use a custom identifier. This identifier is reused during
rekeying, keeping the marks constant for any rule relying on it (for example
installed by updown).

This also simplifies handling of reqid allocation, as we do not have to query
the marks that is not yet assigned for an unknown reqid.
13 files changed:
src/libcharon/plugins/ha/ha_dispatcher.c
src/libcharon/sa/child_sa.c
src/libcharon/sa/child_sa.h
src/libcharon/sa/ikev1/task_manager_v1.c
src/libcharon/sa/ikev1/tasks/quick_mode.c
src/libcharon/sa/ikev1/tasks/quick_mode.h
src/libcharon/sa/ikev2/tasks/child_create.c
src/libcharon/sa/ikev2/tasks/child_create.h
src/libcharon/sa/ikev2/tasks/child_rekey.c
src/libcharon/sa/trap_manager.c
src/libhydra/kernel/kernel_interface.c
src/libhydra/kernel/kernel_interface.h
src/libstrongswan/ipsec/ipsec_types.h