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

[#2866] Changes after review

- ChangeLog edits
- ARM edits in sections about subnet ids
- Renamed warning message
- Added subnet id to default configurations
This commit is contained in:
Marcin Siodelski
2023-06-22 08:36:11 +02:00
parent a134d01162
commit a100419ee4
10 changed files with 55 additions and 42 deletions

View File

@@ -1175,10 +1175,11 @@ IPv4 Subnet Identifier
The subnet identifier (subnet ID) is a unique number associated with a particular
subnet. In principle, it is used to associate clients' leases with their
respective subnets. When a subnet identifier is not specified for a
subnet being configured, it is automatically assigned by the
configuration mechanism. The identifiers are assigned starting at 1 and are
monotonically increased for each subsequent subnet: 1, 2, 3, ....
respective subnets. The server configuration should contain unique and stable
identifiers for all subnets. When a subnet identifier is not specified for a
subnet, it is automatically assigned by the configuration mechanism. The identifiers
are assigned starting at 1 and are monotonically increased for each subsequent
subnet: 1, 2, 3, ....
If there are multiple subnets configured with auto-generated identifiers
and one of them is removed, the subnet identifiers may be renumbered.
@@ -1186,8 +1187,14 @@ For example: if there are four subnets and the third is removed, the
last subnet will be assigned the identifier that the third subnet had
before removal. As a result, the leases stored in the lease database for
subnet 3 are now associated with subnet 4, something that may have
unexpected consequences. The only remedy for this issue at present is to
manually specify a unique identifier for each subnet.
unexpected consequences. It is one of the reasons why auto-generated subnet
identifiers are deprecated starting from Kea version 2.4.0.
.. note::
The auto-generation of the subnet identifiers will be removed in a future
release. Starting from Kea 2.4.0, a subnet without an ``id`` entry
or with the zero value raises a warning at the configuration time.
.. note::
@@ -1212,12 +1219,6 @@ This identifier will not change for this subnet unless the ``id``
parameter is removed or set to 0. The value of 0 forces auto-generation
of the subnet identifier.
.. note::
The auto-generation of subnet identifier will be removed in a future
release. From 2.4.0 a subnet without an ``id`` entry or with the zero
value raises a warning at configuration time.
.. _ipv4-subnet-prefix:
IPv4 Subnet Prefix

View File

@@ -956,10 +956,11 @@ IPv6 Subnet Identifier
The subnet identifier (subnet ID) is a unique number associated with a particular
subnet. In principle, it is used to associate clients' leases with their
respective subnets. When a subnet identifier is not specified for a
subnet being configured, it is automatically assigned by the
configuration mechanism. The identifiers are assigned starting at 1 and are
monotonically increased for each subsequent subnet: 1, 2, 3, ....
respective subnets. The server configuration should contain unique and stable
identifiers for all subnets. When a subnet identifier is not specified for a
subnet, it is automatically assigned by the configuration mechanism. The identifiers
are assigned starting at 1 and are monotonically increased for each subsequent
subnet: 1, 2, 3, ....
If there are multiple subnets configured with auto-generated identifiers
and one of them is removed, the subnet identifiers may be renumbered.
@@ -967,8 +968,14 @@ For example: if there are four subnets and the third is removed, the
last subnet will be assigned the identifier that the third subnet had
before removal. As a result, the leases stored in the lease database for
subnet 3 are now associated with subnet 4, something that may have
unexpected consequences. The only remedy for this issue at present is to
manually specify a unique identifier for each subnet.
unexpected consequences. It is one of the reasons why auto-generated subnet
identifiers are deprecated starting from Kea version 2.4.0.
.. note::
The auto-generation of the subnet identifiers will be removed in a future
release. Starting from Kea 2.4.0, a subnet without an ``id`` entry
or with the zero value raises a warning at the configuration time.
.. note::
@@ -993,12 +1000,6 @@ This identifier will not change for this subnet unless the ``id``
parameter is removed or set to 0. The value of 0 forces auto-generation
of the subnet identifier.
.. note::
The auto-generation of subnet identifier will be removed in a future
release. From 2.4.0 a subnet without an ``id`` entry or with the zero
value raises a warning at configuration time.
.. _ipv6-subnet-prefix:
IPv6 Subnet Prefix