2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 23:15:20 +00:00

[704-forensic-log-hook-paths-are-incorrect] Fixed forensic/legal paths

This commit is contained in:
Francis Dupont
2019-06-28 12:21:23 +02:00
parent f66007cb8b
commit b7fe40b11b

View File

@@ -1027,7 +1027,7 @@ Examples:
To use this functionality the hook library must be included in the To use this functionality the hook library must be included in the
configuration of the desired DHCP server modules. The legal_log configuration of the desired DHCP server modules. The legal_log
library is installed alongside the Kea libraries in library is installed alongside the Kea libraries in
<filename>[kea-install-dir]/lib</filename> where <filename>[kea-install-dir]/var/lib/kea</filename> where
<filename>kea-install-dir</filename> is determined by the <filename>kea-install-dir</filename> is determined by the
"--prefix" option of the configure script. It defaults to "--prefix" option of the configure script. It defaults to
<filename>/usr/local</filename>. Assuming the <filename>/usr/local</filename>. Assuming the
@@ -1037,7 +1037,7 @@ Examples:
"Dhcp4": { <userinput> "Dhcp4": { <userinput>
"hooks-libraries": [ "hooks-libraries": [
{ {
"library": "/usr/local/lib/libdhcp_legal_log.so", "library": "/usr/local/lib/kea/hooks/libdhcp_legal_log.so",
"parameters": { "parameters": {
"path": "/var/lib/kea/log", "path": "/var/lib/kea/log",
"base-name": "kea-forensic4" "base-name": "kea-forensic4"
@@ -1054,7 +1054,7 @@ Examples:
"Dhcp6": { <userinput> "Dhcp6": { <userinput>
"hooks-libraries": [ "hooks-libraries": [
{ {
"library": "/usr/local/lib/libdhcp_legal_log.so", "library": "/usr/local/lib/kea/hooks/libdhcp_legal_log.so",
"parameters": { "parameters": {
"path": "/var/lib/kea/log", "path": "/var/lib/kea/log",
"base-name": "kea-forensic6" "base-name": "kea-forensic6"
@@ -1071,7 +1071,7 @@ Examples:
<listitem><para> <listitem><para>
path - the directory in which the forensic file(s) will be written. The path - the directory in which the forensic file(s) will be written. The
default value is default value is
<filename>[prefix]/kea/var</filename>. The directory must exist. <filename>[prefix]/var/lib/kea</filename>. The directory must exist.
</para></listitem> </para></listitem>
<listitem><para> <listitem><para>
base-name - an arbitrary value which is used in conjunction with base-name - an arbitrary value which is used in conjunction with