From: Razvan Becheriu Date: Tue, 16 Feb 2021 16:50:57 +0000 (+0200) Subject: [#899] addressed comments X-Git-Tag: Kea-1.9.5~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee8bed828cbfc2bb3f0e01b8da3b877ff755e919;p=thirdparty%2Fkea.git [#899] addressed comments --- 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. diff --git a/src/hooks/dhcp/run_script/run_script.dox b/src/hooks/dhcp/run_script/run_script.dox index 90de04c3dc..6da645d406 100644 --- a/src/hooks/dhcp/run_script/run_script.dox +++ b/src/hooks/dhcp/run_script/run_script.dox @@ -66,9 +66,9 @@ the following Kea6 configuration: } @endcode -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.