diff options
author | Tobias Brunner <tobias@strongswan.org> | 2015-05-29 18:38:47 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2015-08-17 11:12:17 +0200 |
commit | 22842cce0deaa93b46306b2d645d98f91c37f8d0 (patch) | |
tree | a89bd565f61fd88cd38a58be673d6e67eb787c18 | |
parent | 085b8f4fb0bc68af864c3bdf444fd4d72c90050c (diff) | |
download | strongswan-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.c | 2 |
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, |