aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2015-12-01 09:26:40 +0100
committerMartin Willi <martin@strongswan.org>2015-12-07 10:28:45 +0100
commit1a8a420c1c1be781c5c5aa2d7d95599d2fbd35e8 (patch)
tree67e583fbf35dda7bb7c12e0562e16ab20c833b7f
parenteaca77d03e84520d577948f944126d0ff2d3ca69 (diff)
downloadstrongswan-1a8a420c1c1be781c5c5aa2d7d95599d2fbd35e8.tar.bz2
strongswan-1a8a420c1c1be781c5c5aa2d7d95599d2fbd35e8.tar.xz
vici: Fix documentation about the initiate/terminate timeout
-rw-r--r--src/libcharon/plugins/vici/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/plugins/vici/README.md b/src/libcharon/plugins/vici/README.md
index 7be247300..b7e2a5e64 100644
--- a/src/libcharon/plugins/vici/README.md
+++ b/src/libcharon/plugins/vici/README.md
@@ -259,7 +259,7 @@ Initiates an SA while streaming _control-log_ events.
{
child = <CHILD_SA configuration name to initiate>
ike = <optional IKE_SA configuraiton name to find child under>
- timeout = <timeout in seconds before returning>
+ timeout = <timeout in ms before returning>
init-limits = <whether limits may prevent initiating the CHILD_SA>
loglevel = <loglevel to issue "control-log" events for>
} => {
@@ -279,7 +279,7 @@ Terminates an SA while streaming _control-log_ events.
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>
- timeout = <timeout in seconds before returning>
+ timeout = <timeout in ms before returning>
loglevel = <loglevel to issue "control-log" events for>
} => {
success = <yes or no>