]> git.ipfire.org Git - thirdparty/strongswan.git/commit
trap-manager: Remove reqid parameter from install() and change return type
authorTobias Brunner <tobias@strongswan.org>
Fri, 3 Nov 2017 10:32:04 +0000 (11:32 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 22 Feb 2018 10:31:05 +0000 (11:31 +0100)
commit24fa1bb02ad5de0fe01c5aa515ee3c2dd3d42206
tree7a7c6be4792c44f09c5f64f8c5b5f7ff19cb8ef5
parentf42dd430d8283c4a6002087055f74468d88b95f6
trap-manager: Remove reqid parameter from install() and change return type

Reqids for the same traffic selectors are now stable so we don't have to
pass reqids of previously installed CHILD_SAs.  Likewise, we don't need
to know the reqid of the newly installed trap policy as we now uninstall
by name.
src/libcharon/plugins/ha/ha_tunnel.c
src/libcharon/plugins/stroke/stroke_control.c
src/libcharon/plugins/vici/vici_config.c
src/libcharon/plugins/vici/vici_control.c
src/libcharon/processing/jobs/start_action_job.c
src/libcharon/sa/ike_sa.c
src/libcharon/sa/ikev1/tasks/quick_delete.c
src/libcharon/sa/ikev2/tasks/child_delete.c
src/libcharon/sa/trap_manager.c
src/libcharon/sa/trap_manager.h