]> git.ipfire.org Git - thirdparty/strongswan.git/commit
child-cfg: Allow suppressing log messages when selecting traffic selectors
authorTobias Brunner <tobias@strongswan.org>
Tue, 29 May 2018 16:12:16 +0000 (18:12 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 28 Jun 2018 16:46:42 +0000 (18:46 +0200)
commit84cdfbc9bc9cf2a6f8dabb8ea58b72984cac954a
treed499310e76f82142e6d36042937668dc07fb025b
parent054ee5e7c0c5f5334f9de1be041b29af3e4161aa
child-cfg: Allow suppressing log messages when selecting traffic selectors

Although being already logged on level 2, these messages are usually just
confusing if they pop up randomly in the log when e.g. querying the configs
or installing traps.  So after this the log messages will only be logged when
actually proposing or selecting traffic selectors during IKE.
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