]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1917] Final updates III
authorpeterd <peterd@isc.org>
Wed, 9 Jun 2021 10:31:48 +0000 (10:31 +0000)
committerTomek Mrugalski <tomek@isc.org>
Thu, 17 Jun 2021 13:09:05 +0000 (13:09 +0000)
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst

index 6169fb710837fa435e3095977c3b886984cf5bc0..74734cca480dce0b9944416370be3e9a8e4bd8ea 100644 (file)
@@ -7014,8 +7014,8 @@ default value of the ``config-fetch-wait-time`` is 30 seconds.
 
 The ``config-backend-pull`` command can be used to force the server to
 immediately poll the configuration changes from the database and avoid
-waiting for the next fetch cycle. The command was added in the 1.7.1 Kea
-release for DHCPv4 and DHCPv6 servers.
+waiting for the next fetch cycle. The command was added in Kea release
+1.7.1 for DHCPv4 and DHCPv6 servers.
 
 Finally, in the configuration example above, two hooks libraries are
 loaded. The first, ``libdhcp_mysql_cb.so``, is the implementation of
index a640f06c02aef889dce2737470f14f2cf34a5495..d5bf3d191c2897afc435ffb80c09c49044512f3e 100644 (file)
@@ -2232,7 +2232,7 @@ When the client does not specify lifetimes the default is used. When
 it specifies a lifetime using IAADDR or IAPREFIX sub option with
 non-zero values, these values are used when they are between configured
 minimum (lower values are round up) and maximum (larger values are
-round down) bounds.
+rounded down) bounds.
 
 To send specific, fixed values use the following two parameters:
 
@@ -4425,7 +4425,7 @@ following can be used:
           "hw-address": "01:02:03:04:05:06",
           "hostname": "hw-host-fixed",
 
-          # Use of IP addresses in global reservation is risky.
+          # Use of IP addresses in global reservations is risky.
           # If used outside of matching subnet, such as 3001::/64,
           # it will result in a broken configuration being handed
           # to the client.