--- embedaddon/strongswan/src/libcharon/plugins/vici/README.md 2020/06/03 09:46:45 1.1.1.1 +++ embedaddon/strongswan/src/libcharon/plugins/vici/README.md 2021/03/17 00:20:09 1.1.1.2 @@ -483,7 +483,7 @@ Load a certificate into the daemon. Load a private key into the daemon. { - type = + type = data = } => { success = @@ -973,6 +973,22 @@ The _ike-rekey_ event is issued when an IKE_SA is reke new = { } + } + } + +### 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 = + local-port = + remote-host = + remote-port = + = { + } }