From: Wlodek Wencel Date: Thu, 14 Jun 2018 17:54:50 +0000 (+0200) Subject: [master] removed invalid characters from docs X-Git-Tag: Kea-1.4.0^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fdd136e2f34ccc47a3e94ff2cf9675f934f6a3e;p=thirdparty%2Fkea.git [master] removed invalid characters from docs --- diff --git a/doc/guide/hooks.xml b/doc/guide/hooks.xml index ae7053aea8..dd2177d253 100644 --- a/doc/guide/hooks.xml +++ b/doc/guide/hooks.xml @@ -351,8 +351,8 @@ $ ls -l /usr/local/lib/hooks/*.so Kea 0.8 - kea-dhcp4 - kea-dhcp6 + kea-dhcp4 + kea-dhcp6 Reads known users list from a file. Unknown users @@ -369,8 +369,8 @@ $ ls -l /usr/local/lib/hooks/*.so Kea 1.1.0 - kea-dhcp4 - kea-dhcp6 + kea-dhcp4 + kea-dhcp6 This library provides hooks that record a detailed log of @@ -389,8 +389,8 @@ $ ls -l /usr/local/lib/hooks/*.so Kea 1.2.0 - kea-dhcp4 - kea-dhcp6 + kea-dhcp4 + kea-dhcp6 Kea software provides a way to handle host reservations @@ -415,8 +415,8 @@ $ ls -l /usr/local/lib/hooks/*.so Kea 1.2.0 - kea-dhcp4 - kea-dhcp6 + kea-dhcp4 + kea-dhcp6 Kea provides a way to store host reservations in a @@ -438,8 +438,8 @@ $ ls -l /usr/local/lib/hooks/*.so Kea 1.3.0 - kea-dhcp4 - kea-dhcp6 + kea-dhcp4 + kea-dhcp6 In deployments in which subnet configuration needs to @@ -460,8 +460,8 @@ $ ls -l /usr/local/lib/hooks/*.so Kea 1.3.0 - kea-dhcp4 - kea-dhcp6 + kea-dhcp4 + kea-dhcp6 The lease commands hook library offers a number of new @@ -484,8 +484,8 @@ $ ls -l /usr/local/lib/hooks/*.so Kea 1.4.0 - kea-dhcp4 - kea-dhcp6 + kea-dhcp4 + kea-dhcp6 Minimizing a risk of DHCP service unavailability is @@ -515,8 +515,8 @@ $ ls -l /usr/local/lib/hooks/*.so Kea 1.4.0 - kea-dhcp4 - kea-dhcp6 + kea-dhcp4 + kea-dhcp6 The RADIUS Hook library allows Kea to interact with the @@ -534,8 +534,8 @@ $ ls -l /usr/local/lib/hooks/*.so Kea 1.4.0 - kea-dhcp4 - kea-dhcp6 + kea-dhcp4 + kea-dhcp6 Some of the database backends, such as RADIUS, are diff --git a/doc/guide/logging.xml b/doc/guide/logging.xml index 2a815ca5aa..a6d3a1463d 100644 --- a/doc/guide/logging.xml +++ b/doc/guide/logging.xml @@ -191,32 +191,32 @@ - kea-ctrl-agentcoreThe root logger for the Control Agent exposing RESTful control API. All components used by the Control Agent inherit the settings from this logger. - kea-ctrl-agent.httpcoreA logger which outputs log messages related to receiving, parsing and sending HTTP messages. - kea-dhcp4coreThe root logger for the DHCPv4 server. All components used by the DHCPv4 server inherit the settings from this logger. - kea-dhcp6coreThe root logger for the DHCPv6 server. All components used by the DHCPv6 server inherit the settings from this logger. - kea-dhcp4.alloc-enginekea-dhcp6.alloc-enginecoreUsed by the lease allocation engine, which is responsible for managing leases in the lease database, i.e. create, modify and remove DHCP leases as a result of processing messages from the clients. - kea-dhcp4.bad-packetskea-dhcp6.bad-packetscoreUsed by the DHCP servers for logging inbound client packets that were dropped or to which the server responded with a DHCPNAK. It allows administrators to configure a separate log output that contains only packet drop and reject entries. - kea-dhcp4.calloutskea-dhcp6.calloutscoreUsed to log messages pertaining to the callouts registration and execution for the particular hook point. - kea-dhcp4.commandskea-dhcp6.commandscoreUsed to log messages relating to the handling of commands received by the the DHCP server over the command channel. - kea-dhcp4.ddnskea-dhcp6.ddnscoreUsed by the DHCP server to log messages related to the Client FQDN and Hostname option processing. It also includes log messages related to the relevant DNS updates. - kea-dhcp4.dhcp4coreUsed by the DHCPv4 server daemon to log basic operations. - kea-dhcp4.dhcpsrvkea-dhcp6.dhcpsrvcoreThe base loggers for the libkea-dhcpsrv library. - kea-dhcp4.evalkea-dhcp6.evalcoreUsed to log messages relating to the client classification expression evaluation code. - kea-dhcp4.host-cache-hookskea-dhcp6.host-cache-hookslibdhcp_host_cache premium hook libraryThis logger is used to log messages related to operation of the Host Cache Hook Library. - kea-dhcp4.flex-id-hookskea-dhcp6.flex-id-hookslibdhcp_flex_id premium hook libraryThis logger is used to log messages related to operation of the Flexible Identifiers Hook Library. - kea-dhcp4.ha-hookskea-dhcp6.ha-hookslibdhcp_ha hook libraryThis logger is used to log messages related to operation of the High Availability Hook Library. - kea-dhcp4.hookskea-dhcp6.hookscoreUsed to log messages related to management of hooks libraries, e.g. registration and deregistration of the libraries, and to the initialization of the callouts execution for various hook points within the DHCP server. - kea-dhcp4.host-cmds-hookskea-dhcp6.host-cmds-hookslibdhcp_host_cmds premium hook libraryThis logger is used to log messages related to operation of the Host Cmds hooks library. In general these will pertain to loading and unloading the library and the execution of commands by the library. - kea-dhcp4.hostskea-dhcp6.hostscoreUsed within the libdhcpsrv and it logs messages related to the management of the DHCP host reservations, i.e. retrieval of the reservations and adding new reservations. - kea-dhcp4.lease-cmds-hookskea-dhcp6.lease-cmds-hookslibdhcp_lease_cmds hook libraryThis logger is used to log messages related to operation of the Lease Cmds hooks library. In general these will pertain to loading and unloading the library and the execution of commands by the library. - kea-dhcp4.leaseskea-dhcp6.leasescoreUsed by the DHCP server to log messages related to the lease allocation. The messages include detailed information about the allocated or offered leases, errors during the lease allocation etc. - kea-dhcp4.legal-log-hookskea-dhcp6.legal-log-hookslibdhcp_legal_log premium hook libraryThis logger is used to log messages related to operation of the Forensic Logging Hooks Library. - kea-dhcp4.optionskea-dhcp4.optionscoreUsed by the DHCP server to log messages related to processing of the options in the DHCP messages, i.e. parsing options, encoding options into on-wire format and packet classification using options contained in the received packets. - kea-dhcp4.packetskea-dhcp6.packetscoreThis logger is mostly used to log messages related to transmission of the DHCP packets, i.e. packet reception and sending a response. Such messages include information about the source and destination IP addresses and interfaces used to transmit packets. The logger is also used to log messages related to subnet selection, as this selection is usually based on the IP addresses, relay addresses and/or interface names, which can be retrieved from the received packet, even before the DHCP message carried in the packet is parsed. - kea-dhcp4.radius-hookskea-dhcp6.radius-hookslibdhcp_radius premium hook libraryThis logger is used to log messages related to operation of the Radius Hook Library. - kea-dhcp4.stat-cmds-hookskea-dhcp6.stat-cmds-hookslibdhcp_stat_cmds hook libraryThis logger is used to log messages related to operation of the Stats Cmds hooks library. In general these will pertain to loading and unloading the library and the execution of commands by the library. - kea-dhcp4.subnet-cmds-hookskea-dhcp6.subnet-cmds-hookslibdhcp_subnet_cmds hook libraryThis logger is used to log messages related to operation of the Subnet Cmds hooks library. In general these will pertain to loading and unloading the library and the execution of commands by the library. + kea-ctrl-agentcoreThe root logger for the Control Agent exposing RESTful control API. All components used by the Control Agent inherit the settings from this logger. + kea-ctrl-agent.httpcoreA logger which outputs log messages related to receiving, parsing and sending HTTP messages. + kea-dhcp4coreThe root logger for the DHCPv4 server. All components used by the DHCPv4 server inherit the settings from this logger. + kea-dhcp6coreThe root logger for the DHCPv6 server. All components used by the DHCPv6 server inherit the settings from this logger. + kea-dhcp4.alloc-enginekea-dhcp6.alloc-enginecoreUsed by the lease allocation engine, which is responsible for managing leases in the lease database, i.e. create, modify and remove DHCP leases as a result of processing messages from the clients. + kea-dhcp4.bad-packetskea-dhcp6.bad-packetscoreUsed by the DHCP servers for logging inbound client packets that were dropped or to which the server responded with a DHCPNAK. It allows administrators to configure a separate log output that contains only packet drop and reject entries. + kea-dhcp4.calloutskea-dhcp6.calloutscoreUsed to log messages pertaining to the callouts registration and execution for the particular hook point. + kea-dhcp4.commandskea-dhcp6.commandscoreUsed to log messages relating to the handling of commands received by the the DHCP server over the command channel. + kea-dhcp4.ddnskea-dhcp6.ddnscoreUsed by the DHCP server to log messages related to the Client FQDN and Hostname option processing. It also includes log messages related to the relevant DNS updates. + kea-dhcp4.dhcp4coreUsed by the DHCPv4 server daemon to log basic operations. + kea-dhcp4.dhcpsrvkea-dhcp6.dhcpsrvcoreThe base loggers for the libkea-dhcpsrv library. + kea-dhcp4.evalkea-dhcp6.evalcoreUsed to log messages relating to the client classification expression evaluation code. + kea-dhcp4.host-cache-hookskea-dhcp6.host-cache-hookslibdhcp_host_cache premium hook libraryThis logger is used to log messages related to operation of the Host Cache Hook Library. + kea-dhcp4.flex-id-hookskea-dhcp6.flex-id-hookslibdhcp_flex_id premium hook libraryThis logger is used to log messages related to operation of the Flexible Identifiers Hook Library. + kea-dhcp4.ha-hookskea-dhcp6.ha-hookslibdhcp_ha hook libraryThis logger is used to log messages related to operation of the High Availability Hook Library. + kea-dhcp4.hookskea-dhcp6.hookscoreUsed to log messages related to management of hooks libraries, e.g. registration and deregistration of the libraries, and to the initialization of the callouts execution for various hook points within the DHCP server. + kea-dhcp4.host-cmds-hookskea-dhcp6.host-cmds-hookslibdhcp_host_cmds premium hook libraryThis logger is used to log messages related to operation of the Host Cmds hooks library. In general these will pertain to loading and unloading the library and the execution of commands by the library. + kea-dhcp4.hostskea-dhcp6.hostscoreUsed within the libdhcpsrv and it logs messages related to the management of the DHCP host reservations, i.e. retrieval of the reservations and adding new reservations. + kea-dhcp4.lease-cmds-hookskea-dhcp6.lease-cmds-hookslibdhcp_lease_cmds hook libraryThis logger is used to log messages related to operation of the Lease Cmds hooks library. In general these will pertain to loading and unloading the library and the execution of commands by the library. + kea-dhcp4.leaseskea-dhcp6.leasescoreUsed by the DHCP server to log messages related to the lease allocation. The messages include detailed information about the allocated or offered leases, errors during the lease allocation etc. + kea-dhcp4.legal-log-hookskea-dhcp6.legal-log-hookslibdhcp_legal_log premium hook libraryThis logger is used to log messages related to operation of the Forensic Logging Hooks Library. + kea-dhcp4.optionskea-dhcp4.optionscoreUsed by the DHCP server to log messages related to processing of the options in the DHCP messages, i.e. parsing options, encoding options into on-wire format and packet classification using options contained in the received packets. + kea-dhcp4.packetskea-dhcp6.packetscoreThis logger is mostly used to log messages related to transmission of the DHCP packets, i.e. packet reception and sending a response. Such messages include information about the source and destination IP addresses and interfaces used to transmit packets. The logger is also used to log messages related to subnet selection, as this selection is usually based on the IP addresses, relay addresses and/or interface names, which can be retrieved from the received packet, even before the DHCP message carried in the packet is parsed. + kea-dhcp4.radius-hookskea-dhcp6.radius-hookslibdhcp_radius premium hook libraryThis logger is used to log messages related to operation of the Radius Hook Library. + kea-dhcp4.stat-cmds-hookskea-dhcp6.stat-cmds-hookslibdhcp_stat_cmds hook libraryThis logger is used to log messages related to operation of the Stats Cmds hooks library. In general these will pertain to loading and unloading the library and the execution of commands by the library. + kea-dhcp4.subnet-cmds-hookskea-dhcp6.subnet-cmds-hookslibdhcp_subnet_cmds hook libraryThis logger is used to log messages related to operation of the Subnet Cmds hooks library. In general these will pertain to loading and unloading the library and the execution of commands by the library. kea-dhcp-ddnscoreThe root logger for the kea-dhcp-ddns daemon. All components used by this daemon inherit the settings from this logger if there is no specialized logger provided. kea-dhcp-ddns.dctlcoreThe logger used by the kea-dhcp-ddns daemon for logging basic information about the process, received signals and triggered reconfigurations. kea-dhcp-ddns.dhcpddnscoreThe logger used by the kea-dhcp-ddns daemon for logging events related to DDNS operations.