From: Razvan Becheriu Date: Sat, 30 Jan 2021 08:21:50 +0000 (+0200) Subject: [#899] added documentation for "not implemented" sync parameter X-Git-Tag: Kea-1.9.5~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd2fc398ec48d5091b9e72abec4bb4a8f32b1e08;p=thirdparty%2Fkea.git [#899] added documentation for "not implemented" sync parameter --- diff --git a/src/hooks/dhcp/run_script/run_script.dox b/src/hooks/dhcp/run_script/run_script.dox index f29f53a5dc..388e31dfc7 100644 --- a/src/hooks/dhcp/run_script/run_script.dox +++ b/src/hooks/dhcp/run_script/run_script.dox @@ -53,6 +53,8 @@ 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 all the OUT parameters of the script will be ignored. +Currently the functionality underneath 'sync' parameter is not implemented +and enabling synchronous calls to external script is not supported. ## Internal operation