Skip to content

Commit bcd51d5

Browse files
committed
[#3592] Addressed remaining comments
Changes to be committed: modified: ChangeLog modified: doc/sphinx/arm/dhcp4-srv.rst modified: doc/sphinx/arm/dhcp6-srv.rst
1 parent 7eebd14 commit bcd51d5

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

ChangeLog

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
2306. [func] tmark
2-
The parameter "client-class" (a single class name) in
2+
The parameter "client-class" (a single class name) in
33
shared networks, subnets, and pools has been replaced with
44
"client-classes" (a list of one or more class names).
55
This applies to both kea-dhcp4 and kea-dhcp6.
@@ -17,24 +17,24 @@
1717
log a warning message when they detect classes that
1818
configure lease life time parameters (e.g. 'valid-lifetime',
1919
'preferred-lifetime') while also setting
20-
'only-in-additiional-list' to true.
20+
'only-in-additional-list' to true.
2121
(Gitlab #2736)
2222

2323
2304. [bug] tmark
2424
Modified both kea-dhcp4 and kea-dhcp6 to avoid
2525
generating DDNS update requests when leases are
2626
being reused due to lease caching.
2727
(Gitlab #3257)
28-
28+
2929
Kea 2.7.4 (development) released on October 30, 2024
3030

3131
2303. [func] tmark
32-
The parameters 'require-client-classes' and
32+
The parameters 'require-client-classes' and
3333
'only-if-required' have been replaced with 'evaluate-
34-
additonal-classes' and 'only-in-additional-list'
34+
additional-classes' and 'only-in-additional-list'
3535
respectively and deprecated. This applies to both
3636
kea-dhcp4 and kea-dhcp6.
37-
(Gitlab #3587)
37+
(Gitlab #3587)
3838

3939
2302. [func] tmark
4040
Options may now be configured with a list of client

doc/sphinx/arm/dhcp4-srv.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6650,8 +6650,8 @@ and/or pool scopes. If specified for a shared network, clients must belong to at
66506650
least one of the classes specified for that network to be considered for subnets
66516651
within that network. If specified for a subnet, clients must belong to at least
66526652
one of the classes specified for that subnet to be considered for any of that
6653-
subnet's pools. If specified for a pool, clients must belong to at least one
6654-
of the classes specified for that pool to be given a lease from that pool.
6653+
subnet's pools or host reservations. If specified for a pool, clients must
6654+
belong to at least one of the classes specified for that pool to be given a lease from that pool.
66556655

66566656
.. note:
66576657

doc/sphinx/arm/dhcp6-srv.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5956,8 +5956,9 @@ and/or pool scopes. If specified for a shared network, clients must belong to at
59565956
least one of the classes specified for that network to be considered for subnets
59575957
within that network. If specified for a subnet, clients must belong to at least
59585958
one of the classes specified for that subnet to be considered for any of that
5959-
subnet's pools. If specified for a pool, clients must belong to at least one
5960-
of the classes specified for that pool to be given a lease from that pool.
5959+
subnet's pools or host reservations. If specified for a pool, clients must
5960+
belong to at least one of the classes specified for that pool to be given a
5961+
lease from that pool.
59615962

59625963
.. note:
59635964

0 commit comments

Comments
 (0)