]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#899] implemented hook points
authorRazvan Becheriu <razvan@isc.org>
Fri, 29 Jan 2021 08:19:47 +0000 (10:19 +0200)
committerRazvan Becheriu <razvan@isc.org>
Thu, 18 Feb 2021 17:14:26 +0000 (19:14 +0200)
 * added convert functions from internal kea representation to
   textual representation used by environment variables
 * added hook points

src/hooks/dhcp/run_script/libloadtests/test_script.sh [new file with mode: 0755]

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 (executable)
index 0000000..039e4d0
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+exit 0