diff options
author | Thomas Markwalder <tmark@isc.org> | 2021-02-14 19:36:21 +0100 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2021-02-14 19:36:21 +0100 |
commit | 38423ab6742bb084ef9c166af506c647908493c4 (patch) | |
tree | 6c9e076049877b1762a23c6589404fffa8e80158 /doc | |
parent | [#1672] class fixed field order now matches class option order in kea-dhc4 (diff) | |
download | kea-38423ab6742bb084ef9c166af506c647908493c4.tar.xz kea-38423ab6742bb084ef9c166af506c647908493c4.zip |
[#1672] Updated kea-dhcp4 ARM and added ChangeLog
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/arm/dhcp4-srv.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 67f5246cc1..d3534a13a2 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -2771,8 +2771,10 @@ client documentation for specific values. ... } -If there are multiple classes defined and an incoming packet is matched -to multiple classes, the class that is evaluated first is used. +If an incoming packet is matched to multiple classes, then the +value used for each field will come from the first class that +specifies the field, in the order the classes are assigned to the +packet. .. note:: |