2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#1618] Updated sanity check sections

This commit is contained in:
Francis Dupont
2021-01-19 10:48:30 +01:00
parent 3dd51aa7ab
commit cbb0ce13ae
2 changed files with 6 additions and 2 deletions

View 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:

View 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: