Skip to content

Commit 80cd3eb

Browse files
tmarkwalderRazvan Becheriu
authored and
Razvan Becheriu
committed
[#3576] Updated ARM, added ChangeLog
modified: ChangeLog doc/sphinx/arm/classify.rst
1 parent ee54359 commit 80cd3eb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2283. [func] tmark
2+
The order or precedence of options specified in a
3+
template class and its spawned classes has been
4+
reversed. An option specified in a spawned class now
5+
takes precedence over the same option if specified in
6+
the template class. This change applies to both
7+
kea-dhcp4 and kea-dhcp6.
8+
(Gitlab #3576)
9+
110
2282. [bug] razvan
211
Fixed a bug caused by starting listeners when checking the
312
configuration using the '-T' command line parameter. This was

doc/sphinx/arm/classify.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,8 @@ A client class definition can contain the following properties:
730730
The resulting spawned class has the following generated name format:
731731
``SPAWN_<template-class-name>_<evaluated-value>``.
732732
After classes are evaluated and a spawned class is generated, the corresponding
733-
template class name is also associated with the packet.
733+
template class name is also associated with the packet. An Option specified in a
734+
spawned class will take precedence over the same option if set in its template class.
734735
- The ``option-data`` list is not mandatory and contains options that should be
735736
assigned to members of this class. In the case of a template class, these
736737
options are assigned to the generated spawned class.

0 commit comments

Comments
 (0)