From: Tomek Mrugalski Date: Tue, 20 Sep 2016 17:19:18 +0000 (+0200) Subject: [3209] Added links to the Developer's guide section. X-Git-Tag: trac5049_base~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ba3a9e03103b91732db9ae91e4760d3de6e9257;p=thirdparty%2Fkea.git [3209] Added links to the Developer's guide section. --- diff --git a/doc/guide/hooks.xml b/doc/guide/hooks.xml index 715f0424d8..f9c76e9b4e 100644 --- a/doc/guide/hooks.xml +++ b/doc/guide/hooks.xml @@ -35,7 +35,7 @@ The next section describes how to configure hooks libraries. If you are interested in writing your own hooks library, information can be - found in the Kea + found in the Kea Developer's Guide. @@ -322,6 +322,15 @@ and may have the zero or more of the following entries: + As with any other hook libraries provided by ISC, internals of the + user_chk code are well documented. You can take a look at the Kea Developer's Guide section dedicated to the user_chk library + that discusses how the code works internally. That, together with + our general entries in Hooks + Framework section should give you some pointers how to extend + this library and perhaps even write your own from scratch. +
Forensic Logging Hooks