]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1618] Updated sanity check sections
authorFrancis Dupont <fdupont@isc.org>
Tue, 19 Jan 2021 09:48:30 +0000 (10:48 +0100)
committerFrancis Dupont <fdupont@isc.org>
Sun, 24 Jan 2021 15:03:58 +0000 (16:03 +0100)
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst

index c81d0fe18a21b2b04a85477b132801fd7cadd01a..9f302854c9d2906a60fec288bc70ad4be798d249 100644 (file)
@@ -3828,7 +3828,9 @@ There are five levels which are supported:
 -  ``del`` - this is the strictest mode. If any inconsistency is
    detected, reject the lease. Use with care.
 
-This feature is currently implemented for the memfile backend.
+This feature is currently implemented for the memfile backend. Note the
+sanity check applies to the lease database in memory, not to the lease file,
+i.e. inconsistent leases will stay in the lease file.
 
 An example configuration that sets this parameter looks as follows:
 
index 7af1ac549c47b6fb31e983a09987023c16efa857..ce9c8f6a249cfdbfce8210ded02a05244bcdf3fd 100644 (file)
@@ -3319,7 +3319,9 @@ There are five levels which are supported:
 -  ``del`` - this is the strictest mode. If any inconsistency is
    detected, reject the lease. Use with care.
 
-This feature is currently implemented for the memfile backend.
+This feature is currently implemented for the memfile backend. Note the
+sanity check applies to the lease database in memory, not to the lease file,
+i.e. inconsistent leases will stay in the lease file.
 
 An example configuration that sets this parameter looks as follows: