vici: Fix formatting of return values for load-conn and load-authority commands

This commit is contained in:
Tobias Brunner
2019-04-26 09:35:10 +02:00
parent c5113c8105
commit 42fe703a95
+2 -2
View File
@@ -448,11 +448,11 @@ with the same name gets updated or replaced.
<IKE_SA config name> = { <IKE_SA config name> = {
# IKE configuration parameters with authentication and CHILD_SA # IKE configuration parameters with authentication and CHILD_SA
# subsections. Refer to swanctl.conf(5) for details. # subsections. Refer to swanctl.conf(5) for details.
}
} => { } => {
success = <yes or no> success = <yes or no>
errmsg = <error string on failure> errmsg = <error string on failure>
} }
}
### unload-conn() ### ### unload-conn() ###
@@ -603,11 +603,11 @@ authority with the same name gets replaced.
<certification authority name> = { <certification authority name> = {
# certification authority parameters # certification authority parameters
# refer to swanctl.conf(5) for details. # refer to swanctl.conf(5) for details.
}
} => { } => {
success = <yes or no> success = <yes or no>
errmsg = <error string on failure> errmsg = <error string on failure>
} }
}
### unload-authority() ### ### unload-authority() ###