aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-05-29 18:38:47 +0200
committerTobias Brunner <tobias@strongswan.org>2015-08-17 11:12:17 +0200
commit22842cce0deaa93b46306b2d645d98f91c37f8d0 (patch)
treea89bd565f61fd88cd38a58be673d6e67eb787c18
parent085b8f4fb0bc68af864c3bdf444fd4d72c90050c (diff)
downloadstrongswan-22842cce0deaa93b46306b2d645d98f91c37f8d0.tar.bz2
strongswan-22842cce0deaa93b46306b2d645d98f91c37f8d0.tar.xz
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).
-rw-r--r--src/libcharon/plugins/vici/vici_query.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libcharon/plugins/vici/vici_query.c b/src/libcharon/plugins/vici/vici_query.c
index 4f040f9fe..236d36743 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,