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.
// "library": "@libdir@/kea/hooks/libdhcp_flex_id.so",
// "parameters": {
// "identifier-expression": "substring(relay4[2].hex)"
// "identifier-expression": "relay4[2].hex"
// }
// }
// ],

View File

@ -217,7 +217,7 @@
// // are addressed by the Flexible Identifiers hook application.
// "library": "@libdir@/kea/hooks/libdhcp_flex_id.so",
// "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
// 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)
// Logging configuration starts here. Kea uses different loggers to log various