summaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2021-09-24 16:55:04 +0200
committerTomek Mrugalski <tomek@isc.org>2021-09-24 17:24:34 +0200
commitb1e33c921ed43505b87003114fe9aeadaa2343be (patch)
tree116bf74599afc23853214a6cc59af387cfd6643f /doc/examples
parent[#2050] corrected text about CA connections (diff)
downloadkea-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.conf4
-rw-r--r--doc/examples/template-power-user-home/kea-dhcp4-2.conf4
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",