diff options
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:: |