From: Francis Dupont Date: Tue, 21 Jul 2020 11:10:11 +0000 (+0200) Subject: [#544] Fixed doc X-Git-Tag: Kea-1.7.10~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b585ea42d891fcd799ddbe28a8ef58af9f2c4a24;p=thirdparty%2Fkea.git [#544] Fixed doc --- diff --git a/doc/sphinx/arm/hooks-lease-cmds.rst b/doc/sphinx/arm/hooks-lease-cmds.rst index 43721c34e5..85223cbd6d 100644 --- a/doc/sphinx/arm/hooks-lease-cmds.rst +++ b/doc/sphinx/arm/hooks-lease-cmds.rst @@ -802,11 +802,11 @@ An example IPv4 lease deletion by "hw-address" is: } -As of Kea 1.7.9, a new parameter, "update-ddns", is supported (IPv4 and IPv6). -When ```true``` it instructs the server to queue a request to kea-dhcp-ddns to +As of Kea 1.7.10, a new parameter, "update-ddns", is supported (IPv4 and IPv6). +When true it instructs the server to queue a request to kea-dhcp-ddns to remove DNS entries after the lease is successfully deleted if: -- DDNS updating is enabled. (i.e. "dhcp-ddns":{ "enable-updates": true"}) +- DDNS updating is enabled. (i.e. "dhcp-ddns":{ "enable-updates": true }) - The lease's hostname is not be empty. - At least one of the lease's DNS direction flags (fdqn_fwd or fdqn_rev) is true.