diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index c81d0fe18a..9f302854c9 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -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: diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index 7af1ac549c..ce9c8f6a24 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -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: