From cbb0ce13aeed30242ff32b4c42f462a13094461c Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 19 Jan 2021 10:48:30 +0100 Subject: [PATCH] [#1618] Updated sanity check sections --- doc/sphinx/arm/dhcp4-srv.rst | 4 +++- 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 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: