diff options
author | Razvan Becheriu <razvan@isc.org> | 2023-12-18 18:00:32 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2023-12-18 20:02:38 +0100 |
commit | cdfee49b5e5a8af011c75f404ed215c9709205d9 (patch) | |
tree | 4d2062624ac738b3d7a837c7c4dd3e4b03d3df87 /doc/sphinx | |
parent | [#3108] fixed log message (diff) | |
download | kea-cdfee49b5e5a8af011c75f404ed215c9709205d9.tar.xz kea-cdfee49b5e5a8af011c75f404ed215c9709205d9.zip |
[#3108] addressed review comments
Diffstat (limited to 'doc/sphinx')
-rw-r--r-- | doc/sphinx/arm/dhcp4-srv.rst | 4 | ||||
-rw-r--r-- | doc/sphinx/arm/dhcp6-srv.rst | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 0edf138aba..eff7b75096 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -5927,6 +5927,8 @@ configuration error will be emitted and the server will fail to start. the server ensures that IP reservations are unique for a subnet within a single host backend and/or Kea configuration file. It does not guarantee that the reservations are unique across multiple backends. + On server startup, only IP reservations defined in the Kea configuration + file are checked for uniqueness. The following is an example configuration with two reservations for the same IP address but different MAC addresses: @@ -5977,7 +5979,7 @@ finds multiple reservations for the same IP address. Currently the Kea server does not verify whether multiple reservations for the same IP address exist in MySQL and/or PostgreSQL host databases when - ``ip-reservations-unique`` is updated from ``true`` to ``false``. This may + ``ip-reservations-unique`` is updated from ``false`` to ``true``. This may cause issues with lease allocations. The administrator must ensure that there is at most one reservation for each IP address within each subnet, prior to the configuration update. diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index bb81b7e250..a2f0fbc038 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -5124,6 +5124,8 @@ configuration error will be emitted and the server will fail to start. the server ensures that IP reservations are unique for a subnet within a single host backend and/or Kea configuration file. It does not guarantee that the reservations are unique across multiple backends. + On server startup, only IP reservations defined in the Kea configuration + file are checked for uniqueness. The following is an example configuration with two reservations for @@ -5177,7 +5179,7 @@ for the same IP address or delegated prefix. Currently the Kea server does not verify whether multiple reservations for the same IP address and/or delegated prefix exist in MySQL and/or PostgreSQL) host databases when ``ip-reservations-unique`` - is updated from ``true`` to ``false``. This may cause issues with + is updated from ``false`` to ``true``. This may cause issues with lease allocations. The administrator must ensure that there is at most one reservation for each IP address and/or delegated prefix within each subnet, prior to the configuration update. |