]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2354] Fixed a typo in ARM
authorThomas Markwalder <tmark@isc.org>
Thu, 19 May 2022 17:47:54 +0000 (13:47 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 19 May 2022 19:31:35 +0000 (15:31 -0400)
modified:   hooks-ddns-tuning.rst

doc/sphinx/arm/hooks-ddns-tuning.rst

index e1e0e80ec9f31add1e1dc84e42a501430cd406c3..a1a51024fb6ea2a9bbe103fd8ea506b80f7029a6 100644 (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))",