From: Razvan Becheriu Date: Fri, 29 Jan 2021 08:19:47 +0000 (+0200) Subject: [#899] implemented hook points X-Git-Tag: Kea-1.9.5~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79670173880a9cf3fead3840f02cefdd9881fde6;p=thirdparty%2Fkea.git [#899] implemented hook points * added convert functions from internal kea representation to textual representation used by environment variables * added hook points --- diff --git a/src/hooks/dhcp/run_script/libloadtests/test_script.sh b/src/hooks/dhcp/run_script/libloadtests/test_script.sh new file mode 100755 index 0000000000..039e4d0069 --- /dev/null +++ b/src/hooks/dhcp/run_script/libloadtests/test_script.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exit 0