1
1
Kea 2.7.4 (development) released on October 30, 2024
2
2
3
+ 2302. [func] tmark
4
+ Options may now be configured with a list of client
5
+ classes for which they apply. This feature is referred to
6
+ as "option class-tagging" and is supported by both
7
+ kea-dhcp4 and kea-dhcp6.
8
+ (GitLab #3583)
9
+
3
10
2301. [func] fdupont
4
11
Added support of DHCPv4 "cablelab-client-conf" (122) option
5
12
and its associated suboptions specified by RFC 3495, 3594
@@ -56,7 +63,7 @@ Kea 2.7.4 (development) released on October 30, 2024
56
63
(Gitlab #3639)
57
64
58
65
2292. [doc] tmark
59
- Updated the ARM to include and explanation for why
66
+ Updated the ARM to include and an explanation for why
60
67
the default values for 'calculate-tee-times' are
61
68
different for kea-dhcp4 and kea-dhcp6.
62
69
(Gitlab #3538)
@@ -66,7 +73,7 @@ Kea 2.7.4 (development) released on October 30, 2024
66
73
subnet4o6-select-test to kea-dhcp4, and subnet6-select-test
67
74
to kea-dhcp6. These commands can be used to check which
68
75
subnet the server will select based on given input parameters.
69
- (Gitlab #2794 )
76
+ (Gitlab #2974 )
70
77
71
78
2290. [bug] razvan
72
79
Fixed applying 'output_options' when using the 'config-set'
@@ -76,7 +83,7 @@ Kea 2.7.4 (development) released on October 30, 2024
76
83
(Gitlab #3594)
77
84
78
85
2289. [func]* razvan
79
- Support for lease, host, and config back ends for MySQL and
86
+ Support for lease, host, and config backends for MySQL and
80
87
PostgreSQL have been consolidated into a single hook library for
81
88
each data base: 'libdhcp_mysql.so' and 'libdhcp_pgsql.so'
82
89
respectively.
@@ -85,8 +92,8 @@ Kea 2.7.4 (development) released on October 30, 2024
85
92
2288. [bug] marcin
86
93
Prevent the clients from declining expired or released leases.
87
94
Only a valid lease assigned to the declining client can now
88
- be declined. When misbehaving client declined a lease it did
89
- not own it often led to inconsistent statistcs of assigned and
95
+ be declined. When a misbehaving client declined a lease it did
96
+ not own it often led to inconsistent statistics of assigned and
90
97
declined leases.
91
98
(Gitlab #3565)
92
99
0 commit comments