File tree 2 files changed +11
-1
lines changed 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
10
2282. [bug] razvan
2
11
Fixed a bug caused by starting listeners when checking the
3
12
configuration using the '-T' command line parameter. This was
Original file line number Diff line number Diff line change @@ -730,7 +730,8 @@ A client class definition can contain the following properties:
730
730
The resulting spawned class has the following generated name format:
731
731
``SPAWN_<template-class-name>_<evaluated-value> ``.
732
732
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.
734
735
- The ``option-data `` list is not mandatory and contains options that should be
735
736
assigned to members of this class. In the case of a template class, these
736
737
options are assigned to the generated spawned class.
You can’t perform that action at this time.
0 commit comments