2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[#1254] fixed versions

This commit is contained in:
Razvan Becheriu 2020-08-14 18:12:00 +03:00
parent 4222fd3ec0
commit a2dcf86b0b
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
17xx. [bug]* fdupont 1788. [bug]* fdupont
When a host reservation in a subnet reserves an address, the When a host reservation in a subnet reserves an address, the
address must be within the subnet. This check was previously address must be within the subnet. This check was previously
only done by the host command hook library. Note it does not only done by the host command hook library. Note it does not

View File

@ -3843,7 +3843,9 @@ DHCPv4 message such as siaddr, sname, or file.
.. note:: .. note::
Beginning with Kea 1.7.11 the reserved address must be within the subnet. Accepting reserved address from outside the subnet range is supported
until Kea 1.7.10 (included). All newer versions require the reserved
address to be within the subnet range.
The following example shows how to reserve addresses for specific hosts The following example shows how to reserve addresses for specific hosts
in a subnet: in a subnet:

View File

@ -3356,7 +3356,9 @@ specify a hostname and DHCPv6 options for a given host.
.. note:: .. note::
Beginning with Kea 1.7.11 all reserved addresses must be within the subnet. Accepting reserved addresses from outside the subnet range is supported
until 1.7.10 (included). All newer versions require the reserved
addresses to be within the subnet range.
This does not apply to reserved prefixes. This does not apply to reserved prefixes.
The following example shows how to reserve addresses and prefixes for The following example shows how to reserve addresses and prefixes for