]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2050] Empty parameters list removed
authorTomek Mrugalski <tomek@isc.org>
Fri, 24 Sep 2021 14:55:04 +0000 (16:55 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 24 Sep 2021 15:24:34 +0000 (17:24 +0200)
doc/examples/template-power-user-home/kea-dhcp4-1.conf
doc/examples/template-power-user-home/kea-dhcp4-2.conf

index 2f416e846afd08922e99c8d6c6985a51e1bb44e9..a706787f31d8aa66e878c7819ca39c2e3c7d0133 100644 (file)
@@ -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",
index 1389f146d74bdcc12f0bc134b7138115024c6001..ee9b6f38c94bfd5fb3e0ae1aff4a77a1fd51f5be 100644 (file)
@@ -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",