mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +00:00
[#1275] addressed comments
This commit is contained in:
parent
cd6d9ba56b
commit
a9977e142f
@ -337,21 +337,21 @@ addresses:
|
|||||||
must be explicitly listed.
|
must be explicitly listed.
|
||||||
|
|
||||||
When a query by IP address does not match an existing address lease,
|
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,
|
out by iterating over a list of prefix lengths, in descending order,
|
||||||
extracting a prefix of that length from the query address and searching
|
extracting a prefix of that length from the query address and searching
|
||||||
for a delegation matching the resulting prefix. This continues for each
|
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.
|
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
|
By default, the list of prefix lengths to use in the search is determined
|
||||||
dynamically after (re)configuration events. This resulting list
|
dynamically after (re)configuration events. This resulting list will
|
||||||
will contain unique values of ``delegated-len`` gleaned from the currently
|
contain unique values of ``delegated-len`` gleaned from the currently
|
||||||
configured set of PD pools.
|
configured set of PD pools.
|
||||||
|
|
||||||
There is an optional parameter, ``prefix-lengths``, shown above which
|
There is an optional parameter, ``prefix-lengths``, shown above which
|
||||||
provides the ability to explicitly configure the list rather than having
|
provides the ability to explicitly configure the list rather than having
|
||||||
it be determined dynamically. This provides tighter control over which
|
it be determined dynamically. This provides tighter control over which
|
||||||
prefix lengths are searched. In the above example, the prefix length
|
prefix lengths are searched. In the above example, the prefix length
|
||||||
search will be restricted to single pass, using a length of 72, regardless
|
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``.
|
of whether or not there are pools using other values for ``delegated-len``.
|
||||||
Specifying an empty list, as shown below:
|
Specifying an empty list, as shown below:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user