From 7f21363ee518e77b4e72538b668a473bd461c3a8 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 29 May 2015 18:43:15 +0200 Subject: [PATCH] vici: Document the ike/child-updown events --- src/libcharon/plugins/vici/README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/libcharon/plugins/vici/README.md b/src/libcharon/plugins/vici/README.md index db7ce4e..1421ab4 100644 --- a/src/libcharon/plugins/vici/README.md +++ b/src/libcharon/plugins/vici/README.md @@ -738,6 +738,29 @@ information during an active_list-authorities_ command. } } +### ike-updown ### + +The _ike-updown_ event is issued when an IKE_SA is established or terminated. + + { + up = + = { + + } + } + +### child-updown ### + +The _child-updown_ event is issued when a CHILD_SA is established or terminated. + + { + up = + = { + + } + } + # libvici C client library # libvici is the reference implementation of a C client library implementing -- 2.7.4