2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-10-15 14:16:31 +00:00

[#899] changed hook_libraries to hooks-libraries in json examples

This commit is contained in:
Razvan Becheriu
2021-02-16 18:44:59 +02:00
parent b34215a041
commit f04f2978a4
7 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ similar way as other hook libraries by the ``kea-dhcp4`` and
::
"Dhcp4": {
"hook_libraries": [
"hooks-libraries": [
{ "library": "/usr/local/lib/libdhcp_run_script.so",
"parameters": {
"name": "/path_to/script_name.sh",
@@ -27,7 +27,7 @@ similar way as other hook libraries by the ``kea-dhcp4`` and
::
"Dhcp6": {
"hook_libraries": [
"hooks-libraries": [
{ "library": "/usr/local/lib/libdhcp_run_script.so",
"parameters": {
"name": "/path_to/script_name.sh",