diff options
author | Tomek Mrugalski <tomek@isc.org> | 2021-09-24 16:55:04 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2021-09-24 17:24:34 +0200 |
commit | b1e33c921ed43505b87003114fe9aeadaa2343be (patch) | |
tree | 116bf74599afc23853214a6cc59af387cfd6643f /doc/examples | |
parent | [#2050] corrected text about CA connections (diff) | |
download | kea-b1e33c921ed43505b87003114fe9aeadaa2343be.tar.xz kea-b1e33c921ed43505b87003114fe9aeadaa2343be.zip |
[#2050] Empty parameters list removed
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/template-power-user-home/kea-dhcp4-1.conf | 4 | ||||
-rw-r--r-- | doc/examples/template-power-user-home/kea-dhcp4-2.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/examples/template-power-user-home/kea-dhcp4-1.conf b/doc/examples/template-power-user-home/kea-dhcp4-1.conf index 2f416e846a..a706787f31 100644 --- a/doc/examples/template-power-user-home/kea-dhcp4-1.conf +++ b/doc/examples/template-power-user-home/kea-dhcp4-1.conf @@ -73,9 +73,9 @@ // deliver lease updates to the server as well as synchronize the // lease database after failure. { - "library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_lease_cmds.so", - "parameters": { } + "library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_lease_cmds.so" }, + { // The HA hooks library should be loaded. "library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_ha.so", diff --git a/doc/examples/template-power-user-home/kea-dhcp4-2.conf b/doc/examples/template-power-user-home/kea-dhcp4-2.conf index 1389f146d7..ee9b6f38c9 100644 --- a/doc/examples/template-power-user-home/kea-dhcp4-2.conf +++ b/doc/examples/template-power-user-home/kea-dhcp4-2.conf @@ -73,9 +73,9 @@ // deliver lease updates to the server as well as synchronize the // lease database after failure. { - "library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_lease_cmds.so", - "parameters": { } + "library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_lease_cmds.so" }, + { // The HA hooks library should be loaded. "library": "/usr/lib/x86_64-linux-gnu/kea/hooks/libdhcp_ha.so", |