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).
This commit is contained in:
@@ -1062,8 +1062,6 @@ METHOD(listener_t, ike_updown, bool,
|
|||||||
|
|
||||||
b->begin_section(b, ike_sa->get_name(ike_sa));
|
b->begin_section(b, ike_sa->get_name(ike_sa));
|
||||||
list_ike(this, b, ike_sa, now);
|
list_ike(this, b, ike_sa, now);
|
||||||
b->begin_section(b, "child-sas");
|
|
||||||
b->end_section(b);
|
|
||||||
b->end_section(b);
|
b->end_section(b);
|
||||||
|
|
||||||
this->dispatcher->raise_event(this->dispatcher,
|
this->dispatcher->raise_event(this->dispatcher,
|
||||||
|
|||||||
Reference in New Issue
Block a user