mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#1840] fixed documentation
This commit is contained in:
@@ -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"
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
// ],
|
// ],
|
||||||
|
@@ -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,9 +370,6 @@
|
|||||||
// 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
|
||||||
|
Reference in New Issue
Block a user