From 22842cce0deaa93b46306b2d645d98f91c37f8d0 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 29 May 2015 18:38:47 +0200 Subject: [PATCH] vici: Don't include a child-sas section in ike-updown event This makes it clearer that only the data concerning the IKE_SA is transmitted (there could be CHILD_SAs e.g. during IKEv1 reauthentication). --- src/libcharon/plugins/vici/vici_query.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libcharon/plugins/vici/vici_query.c b/src/libcharon/plugins/vici/vici_query.c index 4f040f9fe9..236d367439 100644 --- a/src/libcharon/plugins/vici/vici_query.c +++ b/src/libcharon/plugins/vici/vici_query.c @@ -1062,8 +1062,6 @@ METHOD(listener_t, ike_updown, bool, b->begin_section(b, ike_sa->get_name(ike_sa)); list_ike(this, b, ike_sa, now); - b->begin_section(b, "child-sas"); - b->end_section(b); b->end_section(b); this->dispatcher->raise_event(this->dispatcher, -- 2.47.2