From: Razvan Becheriu Date: Thu, 20 Apr 2023 08:00:11 +0000 (+0300) Subject: [#1275] addressed comments X-Git-Tag: Kea-2.3.7~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9977e142f29b6f5d68eadaa7f2a041fbf33aaed;p=thirdparty%2Fkea.git [#1275] addressed comments --- diff --git a/doc/sphinx/arm/hooks-lease-query.rst b/doc/sphinx/arm/hooks-lease-query.rst index d0ef8f2c14..691cc81a39 100644 --- a/doc/sphinx/arm/hooks-lease-query.rst +++ b/doc/sphinx/arm/hooks-lease-query.rst @@ -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: