]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#899] added documentation for "not implemented" sync parameter
authorRazvan Becheriu <razvan@isc.org>
Sat, 30 Jan 2021 08:21:50 +0000 (10:21 +0200)
committerRazvan Becheriu <razvan@isc.org>
Thu, 18 Feb 2021 17:14:26 +0000 (19:14 +0200)
src/hooks/dhcp/run_script/run_script.dox

index f29f53a5dcc5ebc96e646f6f9ffee6a1c53bce2b..388e31dfc7ab7cfce445ff5fa9a99cada0de5d40 100644 (file)
@@ -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