From: Thomas Markwalder Date: Thu, 19 May 2022 17:47:54 +0000 (-0400) Subject: [#2354] Fixed a typo in ARM X-Git-Tag: Kea-2.1.6~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdefda9cbe9aeefef276c25cf6b0a907b58604ea;p=thirdparty%2Fkea.git [#2354] Fixed a typo in ARM modified: hooks-ddns-tuning.rst --- diff --git a/doc/sphinx/arm/hooks-ddns-tuning.rst b/doc/sphinx/arm/hooks-ddns-tuning.rst index e1e0e80ec9..a1a51024fb 100644 --- a/doc/sphinx/arm/hooks-ddns-tuning.rst +++ b/doc/sphinx/arm/hooks-ddns-tuning.rst @@ -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))",