]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5381] Explain why use explciit subnet identifiers with host reservations.
authorMarcin Siodelski <marcin@isc.org>
Tue, 17 Oct 2017 12:05:44 +0000 (14:05 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 17 Oct 2017 12:05:44 +0000 (14:05 +0200)
doc/guide/dhcp4-srv.xml
doc/guide/dhcp6-srv.xml

index 14a21c66a5e3e27e059f9c66eaf49ddeb9f6b4e5..11e525b5e1c9bc8c4b6d874f47049d9af58965b5 100644 (file)
@@ -3829,7 +3829,8 @@ subnets belonging to the same shared network.</para>
 <para>While not strictly mandatory, it is strongly recommended to use explicit
 "id" values for subnets if you plan to use database storage for host
 reservations. If ID is not specified, the values for it be autogenerated,
-i.e. it will assign increasing integer values starting from 1.</para>
+i.e. it will assign increasing integer values starting from 1. Thus, the
+autogenerated IDs are not stable across configuration changes.</para>
     </section>
 
   </section>
index 101e985a07ea72f0f9ec06cf20a78f6774129aee..572096a06b416ad6d937a62dbef368a387e58917 100644 (file)
@@ -3398,7 +3398,9 @@ subnets belonging to the same shared network.</para>
 <para>While not strictly mandatory, it is strongly recommended to use explicit
 "id" values for subnets if you plan to use database storage for host
 reservations. If ID is not specified, the values for it be autogenerated,
-i.e. it will assign increasing integer values starting from 1.</para>
+i.e. it will assign increasing integer values starting from 1. Thus, the
+autogenerated IDs are not stable across configuration changes.
+</para>
     </section>
 
   </section>