vici: Fix documentation about the initiate/terminate timeout

This commit is contained in:
Martin Willi 2015-12-01 09:26:40 +01:00
parent eaca77d03e
commit 1a8a420c1c
1 changed files with 2 additions and 2 deletions

View File

@ -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>