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

[#2354] Fixed a typo in ARM

modified:   hooks-ddns-tuning.rst
This commit is contained in:
Thomas Markwalder 2022-05-19 13:47:54 -04:00
parent 4b79d6a898
commit fdefda9cbe

View File

@ -70,7 +70,7 @@ global expression for that subnet. An example subnet expression is shown below:
// This is a subnet-specific user context.
"user-context": {
"ddns-tuning:" {
"hostame-expr": "'guest-'+Int8ToText(substring(pkt4.yiaddr, 0,1))+'-' \
"hostname-expr": "'guest-'+Int8ToText(substring(pkt4.yiaddr, 0,1))+'-' \
+Int8ToText(substring(pkt4.yiaddr, 1,2))+'-' \
+Int8ToText(substring(pkt4.yiaddr, 2,3))+'-' \
+Int8ToText(substring(pkt4.yiaddr, 3,4))",