]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1275] addressed comments
authorRazvan Becheriu <razvan@isc.org>
Thu, 20 Apr 2023 08:00:11 +0000 (11:00 +0300)
committerRazvan Becheriu <razvan@isc.org>
Thu, 20 Apr 2023 08:00:11 +0000 (11:00 +0300)
doc/sphinx/arm/hooks-lease-query.rst

index d0ef8f2c144cb5adf3247d0749988ee5fce876f6..691cc81a39607c1e7a0c3d9cbca671378c4e847e 100644 (file)
@@ -337,21 +337,21 @@ addresses:
     must be explicitly listed.
 
 When a query by IP address does not match an existing address lease,
-a search for a matching delegated prefix is conducted.  This is carried
+a search for a matching delegated prefix is conducted. This is carried
 out by iterating over a list of prefix lengths, in descending order,
 extracting a prefix of that length from the query address and searching
 for a delegation matching the resulting prefix. This continues for each
 length in the list until a match is found or the list is exhausted.
 
-By default, the  list of prefix lengths to use in the search is determined
-dynamically after (re)configuration events.  This resulting list
-will contain unique values of ``delegated-len`` gleaned from the currently
+By default, the list of prefix lengths to use in the search is determined
+dynamically after (re)configuration events. This resulting list will
+contain unique values of ``delegated-len`` gleaned from the currently
 configured set of PD pools.
 
 There is an optional parameter, ``prefix-lengths``, shown above which
 provides the ability to explicitly configure the list rather than having
-it be determined dynamically.  This provides tighter control over which
-prefix lengths are searched.  In the above example, the prefix length
+it be determined dynamically. This provides tighter control over which
+prefix lengths are searched. In the above example, the prefix length
 search will be restricted to single pass, using a length of 72, regardless
 of whether or not there are pools using other values for ``delegated-len``.
 Specifying an empty list, as shown below: