diff options
author | Cameron McCord <cameronmccord2@gmail.com> | 2016-03-30 05:01:37 -0600 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-03-31 11:26:44 +0200 |
commit | be41d5cba2ff03e2b8157a3b607a2b7921de1899 (patch) | |
tree | ecca20b47299be3683b78effb3d648faba4caea4 /src/libcharon/plugins/vici/README.md | |
parent | e8bddd64fc48753d29250312f6145bb174a9ad4f (diff) | |
download | strongswan-be41d5cba2ff03e2b8157a3b607a2b7921de1899.tar.bz2 strongswan-be41d5cba2ff03e2b8157a3b607a2b7921de1899.tar.xz |
vici: Fix documentation of some dictionary keys of two request messages
Closes strongswan/strongswan#40.
Diffstat (limited to 'src/libcharon/plugins/vici/README.md')
-rw-r--r-- | src/libcharon/plugins/vici/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libcharon/plugins/vici/README.md b/src/libcharon/plugins/vici/README.md index 52929bd74..f7dbb8284 100644 --- a/src/libcharon/plugins/vici/README.md +++ b/src/libcharon/plugins/vici/README.md @@ -277,8 +277,8 @@ Terminates an SA while streaming _control-log_ events. { child = <terminate a CHILD_SA by configuration name> ike = <terminate an IKE_SA by configuration name> - child_id = <terminate a CHILD_SA by its reqid> - ike_id = <terminate an IKE_SA by its unique id> + child-id = <terminate a CHILD_SA by its reqid> + ike-id = <terminate an IKE_SA by its unique id> timeout = <timeout in ms before returning> loglevel = <loglevel to issue "control-log" events for> } => { @@ -337,7 +337,7 @@ events. { noblock = <use non-blocking mode if key is set> ike = <filter listed IKE_SAs by its name> - ike_id = <filter listed IKE_SA by its unique id> + ike-id = <filter listed IKE_SA by its unique id> } => { # completes after streaming list-sa events } |