diff options
author | Razvan Becheriu <razvan@isc.org> | 2021-02-16 17:50:57 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2021-02-18 18:23:57 +0100 |
commit | ee8bed828cbfc2bb3f0e01b8da3b877ff755e919 (patch) | |
tree | 5469651c42edead103805940fcc45845174360c1 /doc | |
parent | [#899] changed hook_libraries to hooks-libraries in json examples (diff) | |
download | kea-ee8bed828cbfc2bb3f0e01b8da3b877ff755e919.tar.xz kea-ee8bed828cbfc2bb3f0e01b8da3b877ff755e919.zip |
[#899] addressed comments
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/arm/hooks-run-script.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/arm/hooks-run-script.rst b/doc/sphinx/arm/hooks-run-script.rst index 21888d86e6..fc3ad0ab0e 100644 --- a/doc/sphinx/arm/hooks-run-script.rst +++ b/doc/sphinx/arm/hooks-run-script.rst @@ -39,9 +39,9 @@ similar way as other hook libraries by the ``kea-dhcp4`` and } -The parameters contain the 'name' which indicates the path and name of the -external script to be called on each hookpoint, and also the 'sync' option -to be able to wait synchronously for the script to finish execution. +The parameters contain the 'name' which indicates the path to the external +script to be called on each hookpoint, and also the 'sync' option to be able +to wait synchronously for the script to finish execution. If the 'sync' parameter is false, then the script will be launched and Kea will not wait for the execution to finish, causing all the OUT parameters of the script (including next step) to be ignored. |