vici: Include proposals in connection listings

Signed-off-by: Mathijs Smit <[email protected]>
This commit is contained in:
Mathijs Smit
2026-05-28 14:40:25 +02:00
committed by Tobias Brunner
parent eb9e44f783
commit c70ab88363
2 changed files with 40 additions and 1 deletions
+9 -1
View File
@@ -893,7 +893,9 @@ _list-conns_ command.
version = <IKE version as string, IKEv1|IKEv2 or 0 for any>
reauth_time = <IKE_SA reauthentication interval in seconds>
rekey_time = <IKE_SA rekeying interval in seconds>
proposals = [
<list of configured IKE proposals>
]
local*, remote* = { # multiple local and remote auth sections
class = <authentication type>
eap-type = <EAP type to authenticate if when using EAP>
@@ -921,6 +923,12 @@ _list-conns_ command.
rekey_time = <CHILD_SA rekeying interval in seconds>
rekey_bytes = <CHILD_SA rekeying interval in bytes>
rekey_packets = <CHILD_SA rekeying interval in packets>
esp_proposals = [
<list of configured ESP proposals>
]
ah_proposals = [
<list of configured AH proposals>
]
local-ts = [
<list of local traffic selectors>
]