]> git.ipfire.org Git - thirdparty/strongswan.git/commit
child-cfg: Use separate method to get configured traffic selectors
authorTobias Brunner <tobias@strongswan.org>
Wed, 19 Mar 2025 14:34:58 +0000 (15:34 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 28 May 2025 08:01:19 +0000 (10:01 +0200)
commitc5b2a8eaa37544369079862d1f2419eea1610993
treef2ce74fc1dcf29c939d398af5dc460e4e229587e
parent84da416082268a67be97ebb175673210ec4154da
child-cfg: Use separate method to get configured traffic selectors

Optionally with "dynamic" traffic selectors resolved.  A new method
is added for those cases where we actually want to select potentially
narrowed traffic selectors using a supplied list.  The latter now also
always logs details, while the former does not.
13 files changed:
src/libcharon/config/child_cfg.c
src/libcharon/config/child_cfg.h
src/libcharon/config/peer_cfg.c
src/libcharon/plugins/smp/smp.c
src/libcharon/plugins/stroke/stroke_list.c
src/libcharon/plugins/unity/unity_narrow.c
src/libcharon/plugins/unity/unity_provider.c
src/libcharon/plugins/vici/vici_query.c
src/libcharon/sa/child_sa.c
src/libcharon/sa/ikev1/tasks/quick_mode.c
src/libcharon/sa/ikev2/tasks/child_create.c
src/libcharon/sa/shunt_manager.c
src/libcharon/sa/trap_manager.c