vici: Document the ike/child-updown events
This commit is contained in:
@@ -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 = <yes or no>
|
||||||
|
<IKE_SA config name> = {
|
||||||
|
<same data as in the list-sas event, but without child-sas section>
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
### child-updown ###
|
||||||
|
|
||||||
|
The _child-updown_ event is issued when a CHILD_SA is established or terminated.
|
||||||
|
|
||||||
|
{
|
||||||
|
up = <yes or no>
|
||||||
|
<IKE_SA config name> = {
|
||||||
|
<same data as in the list-sas event, but with only the affected
|
||||||
|
CHILD_SA in the child-sas section>
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
# libvici C client library #
|
# libvici C client library #
|
||||||
|
|
||||||
libvici is the reference implementation of a C client library implementing
|
libvici is the reference implementation of a C client library implementing
|
||||||
|
|||||||
Reference in New Issue
Block a user