]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
vici: Fix documentation of some dictionary keys of two request messages
authorCameron McCord <cameronmccord2@gmail.com>
Wed, 30 Mar 2016 11:01:37 +0000 (05:01 -0600)
committerTobias Brunner <tobias@strongswan.org>
Thu, 31 Mar 2016 09:26:44 +0000 (11:26 +0200)
Closes strongswan/strongswan#40.

src/libcharon/plugins/vici/README.md

index 52929bd74b4921b7de71000fea83bac453f533a9..f7dbb828467e1631e67054086af512cc1ca183d1 100644 (file)
@@ -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
        }