mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[#1254] fixed versions
This commit is contained in:
@@ -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
|
||||||
|
@@ -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:
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user