mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 05:27:55 +00:00
Apply suggestion to doc/sphinx/arm/dhcp6-srv.rst
This commit is contained in:
parent
23f069d603
commit
9977d2927c
@ -3505,9 +3505,18 @@ indirectly) and not only-if-required is evaluated.
|
||||
"reserved-class1" from the previous example, add a
|
||||
"member('KNOWN')" statement in the expression.
|
||||
|
||||
Beware that classes from reservations are added after: a
|
||||
"member('reserved-class1')" works only for only-if-required
|
||||
classes.
|
||||
.. note::
|
||||
Beware that the reserved classes are assigned to the processed
|
||||
packet after all classes with the ``only-if-required`` parameter
|
||||
set to ``false`` have been evaluated. This has an implication that
|
||||
these classes must not depend on the statically assigned classes
|
||||
from the host reservations. If there is a need to create such
|
||||
dependency, the ``only-if-required`` must be set to ``true`` for
|
||||
the dependent classes. Such classes are evaluated after the static
|
||||
classes have been assigned to the packet. This, however, imposes
|
||||
additional configuration overhead, because all classes marked as
|
||||
``only-if-required`` must be listed in the ``require-client-classes``
|
||||
list for every subnet where they are used.
|
||||
|
||||
.. _reservations6-mysql-pgsql-cql:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user