]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2050] Added note about hook path being OS specific
authorTomek Mrugalski <tomek@isc.org>
Fri, 24 Sep 2021 10:48:07 +0000 (12:48 +0200)
committerTomek Mrugalski <tomek@isc.org>
Fri, 24 Sep 2021 15:24:33 +0000 (17:24 +0200)
doc/examples/template-power-user-home/info.md
doc/examples/template-power-user-home/kea-dhcp4-1.conf
doc/examples/template-power-user-home/kea-dhcp4-2.conf

index 9cb765503eca24fbf125ea9f291158281f4ac469..1a49c5ab2d3d2a674ab37030691df8ca920d9809 100644 (file)
@@ -78,6 +78,9 @@ To deploy this setup, you need to conduct the following steps:
 
    - tweak your DNS option to match your actual network
 
+   - the path to the hook libraries. This is very OS specific parameter. The library names are in
+     general the same everywhere, but the path varies.
+
 3. If using firewall, make sure the server1 can reach the server2. A nice way to ensure that is to
    try to retrieve server2's config from the server1:
 
index d5ba001ce65fc0b361c87c5bfed6d6abc053790d..2f416e846afd08922e99c8d6c6985a51e1bb44e9 100644 (file)
@@ -66,7 +66,8 @@
 
     // HA requires two hooks libraries to be loaded: libdhcp_lease_cmds.so and
     // libdhcp_ha.so. The former handles incoming lease updates from the HA peers.
-    // The latter implements high availability feature for Kea.
+    // The latter implements high availability feature for Kea. Note the library name
+    // should be the same, but the path is OS specific.
     "hooks-libraries": [
         // The lease_cmds library must be loaded because HA makes use of it to
         // deliver lease updates to the server as well as synchronize the
index e9f3298721a63a6b7395b846bd2504a73140c319..3bd3aaae7ad71637038e5430ae0fe2f441f68342 100644 (file)
@@ -66,7 +66,8 @@
 
     // HA requires two hooks libraries to be loaded: libdhcp_lease_cmds.so and
     // libdhcp_ha.so. The former handles incoming lease updates from the HA peers.
-    // The latter implements high availability feature for Kea.
+    // The latter implements high availability feature for Kea. Note the library name
+    // should be the same, but the path is OS specific.
     "hooks-libraries": [
         // The lease_cmds library must be loaded because HA makes use of it to
         // deliver lease updates to the server as well as synchronize the