vici: Expose ike-update event

This commit is contained in:
Tobias Brunner
2021-01-18 11:34:40 +01:00
parent 2b255f01af
commit d79cefc3fc
2 changed files with 50 additions and 1 deletions
+16
View File
@@ -976,6 +976,22 @@ The _ike-rekey_ event is issued when an IKE_SA is rekeyed.
}
}
### ike-update ###
The _ike-update_ event is issued when the local or remote endpoint address of an
IKE_SA is about to change (at least one address/port is different).
{
local-host = <new/current local IKE endpoint address>
local-port = <new/current local IKE endpoint port>
remote-host = <new/current remote IKE endpoint address>
remote-port = <new/current remote IKE endpoint port>
<IKE_SA config name> = {
<same data as in the list-sas event, but without child-sas section
and listing the old addresses/ports>
}
}
### child-updown ###
The _child-updown_ event is issued when a CHILD_SA is established or terminated.