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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user