]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
vici: Fix formatting of return values for load-conn and load-authority commands
authorTobias Brunner <tobias@strongswan.org>
Tue, 23 Apr 2019 17:56:22 +0000 (19:56 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 26 Apr 2019 07:35:10 +0000 (09:35 +0200)
src/libcharon/plugins/vici/README.md

index f029d06d76dc5630992563dcd0274467504b5d97..a0ab5608a60b42eab03c8e6c80621b610fe25a1c 100644 (file)
@@ -448,10 +448,10 @@ with the same name gets updated or replaced.
                <IKE_SA config name> = {
                        # IKE configuration parameters with authentication and CHILD_SA
                        # subsections. Refer to swanctl.conf(5) for details.
-               } => {
-                       success = <yes or no>
-                       errmsg = <error string on failure>
                }
+       } => {
+               success = <yes or no>
+               errmsg = <error string on failure>
        }
 
 ### unload-conn() ###
@@ -603,10 +603,10 @@ authority with the same name gets replaced.
                <certification authority name> = {
                        # certification authority parameters
                        # refer to swanctl.conf(5) for details.
-               } => {
-                       success = <yes or no>
-                       errmsg = <error string on failure>
                }
+       } => {
+               success = <yes or no>
+               errmsg = <error string on failure>
        }
 
 ### unload-authority() ###