2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[#1840] fixed documentation

This commit is contained in:
Razvan Becheriu 2021-06-18 19:15:52 +03:00
parent 6174b67c95
commit c17d7e2037
2 changed files with 6 additions and 9 deletions

View File

@ -271,7 +271,7 @@
// // are addressed by the Flexible Identifiers hook application. // // are addressed by the Flexible Identifiers hook application.
// "library": "@libdir@/kea/hooks/libdhcp_flex_id.so", // "library": "@libdir@/kea/hooks/libdhcp_flex_id.so",
// "parameters": { // "parameters": {
// "identifier-expression": "substring(relay4[2].hex)" // "identifier-expression": "relay4[2].hex"
// } // }
// } // }
// ], // ],
@ -412,8 +412,8 @@
// They were not added here to not overwhelm people with too much // They were not added here to not overwhelm people with too much
// information at once. // information at once.
// Logging configuration starts here. Kea uses different loggers to log various // Logging configuration starts here. Kea uses different loggers to log various
// activities. For details (e.g. names of loggers), see Chapter 18. // activities. For details (e.g. names of loggers), see Chapter 18.
"loggers": [ "loggers": [
{ {
// This section affects kea-dhcp4, which is the base logger for DHCPv4 // This section affects kea-dhcp4, which is the base logger for DHCPv4

View File

@ -217,7 +217,7 @@
// // are addressed by the Flexible Identifiers hook application. // // are addressed by the Flexible Identifiers hook application.
// "library": "@libdir@/kea/hooks/libdhcp_flex_id.so", // "library": "@libdir@/kea/hooks/libdhcp_flex_id.so",
// "parameters": { // "parameters": {
// "identifier-expression": "relay6[0].option[37].hex)" // "identifier-expression": "relay6[0].option[37].hex"
// } // }
// } // }
// ], // ],
@ -370,13 +370,10 @@
// Client-classes can be defined here. See "client-classes" in Dhcp4 for // Client-classes can be defined here. See "client-classes" in Dhcp4 for
// an example. // an example.
// Hook libraries can be defined here. See "hooks-libraries" example in
// Dhcp4.
// DDNS information (how the DHCPv6 component can reach a DDNS daemon) // DDNS information (how the DHCPv6 component can reach a DDNS daemon)
// Logging configuration starts here. Kea uses different loggers to log various // Logging configuration starts here. Kea uses different loggers to log various
// activities. For details (e.g. names of loggers), see Chapter 18. // activities. For details (e.g. names of loggers), see Chapter 18.
"loggers": [ "loggers": [
{ {
// This specifies the logging for kea-dhcp6 logger, i.e. all logs // This specifies the logging for kea-dhcp6 logger, i.e. all logs