Skip to content

Commit

Permalink
[#3592] Addressed remaining comments
Browse files Browse the repository at this point in the history
Changes to be committed:
    modified:   ChangeLog
    modified:   doc/sphinx/arm/dhcp4-srv.rst
    modified:   doc/sphinx/arm/dhcp6-srv.rst
  • Loading branch information
tmarkwalder committed Nov 26, 2024
1 parent 7eebd14 commit bcd51d5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
12 changes: 6 additions & 6 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2306. [func] tmark
The parameter "client-class" (a single class name) in
The parameter "client-class" (a single class name) in
shared networks, subnets, and pools has been replaced with
"client-classes" (a list of one or more class names).
This applies to both kea-dhcp4 and kea-dhcp6.
Expand All @@ -17,24 +17,24 @@
log a warning message when they detect classes that
configure lease life time parameters (e.g. 'valid-lifetime',
'preferred-lifetime') while also setting
'only-in-additiional-list' to true.
'only-in-additional-list' to true.
(Gitlab #2736)

2304. [bug] tmark
Modified both kea-dhcp4 and kea-dhcp6 to avoid
generating DDNS update requests when leases are
being reused due to lease caching.
(Gitlab #3257)

Kea 2.7.4 (development) released on October 30, 2024

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

2302. [func] tmark
Options may now be configured with a list of client
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/arm/dhcp4-srv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6650,8 +6650,8 @@ and/or pool scopes. If specified for a shared network, clients must belong to at
least one of the classes specified for that network to be considered for subnets
within that network. If specified for a subnet, clients must belong to at least
one of the classes specified for that subnet to be considered for any of that
subnet's pools. If specified for a pool, clients must belong to at least one
of the classes specified for that pool to be given a lease from that pool.
subnet's pools or host reservations. If specified for a pool, clients must
belong to at least one of the classes specified for that pool to be given a lease from that pool.

.. note:
Expand Down
5 changes: 3 additions & 2 deletions doc/sphinx/arm/dhcp6-srv.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5956,8 +5956,9 @@ and/or pool scopes. If specified for a shared network, clients must belong to at
least one of the classes specified for that network to be considered for subnets
within that network. If specified for a subnet, clients must belong to at least
one of the classes specified for that subnet to be considered for any of that
subnet's pools. If specified for a pool, clients must belong to at least one
of the classes specified for that pool to be given a lease from that pool.
subnet's pools or host reservations. If specified for a pool, clients must
belong to at least one of the classes specified for that pool to be given a
lease from that pool.

.. note:
Expand Down

0 comments on commit bcd51d5

Please sign in to comment.