From: Tomek Mrugalski Date: Fri, 24 Sep 2021 10:48:07 +0000 (+0200) Subject: [#2050] Added note about hook path being OS specific X-Git-Tag: Kea-2.0.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e8df0c7fde87590d7f51d690a9aaeb6ba4a5772;p=thirdparty%2Fkea.git [#2050] Added note about hook path being OS specific --- diff --git a/doc/examples/template-power-user-home/info.md b/doc/examples/template-power-user-home/info.md index 9cb765503e..1a49c5ab2d 100644 --- a/doc/examples/template-power-user-home/info.md +++ b/doc/examples/template-power-user-home/info.md @@ -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: 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 d5ba001ce6..2f416e846a 100644 --- a/doc/examples/template-power-user-home/kea-dhcp4-1.conf +++ b/doc/examples/template-power-user-home/kea-dhcp4-1.conf @@ -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 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 e9f3298721..3bd3aaae7a 100644 --- a/doc/examples/template-power-user-home/kea-dhcp4-2.conf +++ b/doc/examples/template-power-user-home/kea-dhcp4-2.conf @@ -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