From: Francis Dupont Date: Wed, 19 Oct 2022 21:45:54 +0000 (+0200) Subject: [#2595] Addressed comments X-Git-Tag: Kea-2.3.2~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc1eeaf01ae79beaaaa4f8e4aba70e83d488aa40;p=thirdparty%2Fkea.git [#2595] Addressed comments --- diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 3e0a4e3739..63f52a80e8 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -4050,7 +4050,7 @@ Extended lease information is also subject to configurable sanity checking. The parameter in the ``sanity-checks`` scope is named ``extended-info-checks`` and supports these levels: -- ``none`` - do no check nor upgrade. This level should be used on when +- ``none`` - do no check nor upgrade. This level should be used only when extended info is not used at all or when no badly formatted extended info, including using the old format, is expected. @@ -4062,12 +4062,12 @@ and supports these levels: Lease Query hook library. - ``pedantic`` - enforce full conformance to the format produced by the - Kea code, for instance no extra entries are allowed at the exception + Kea code, for instance no extra entries are allowed with the exception of ``comment``. .. note:: - Currently this feature is currently implemented for the memfile + Currently this feature is implemented only for the memfile backend. 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. diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index f95ab76cb1..d07163ef91 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -3517,7 +3517,7 @@ Extended lease information is also subject to configurable sanity checking. The parameter in the ``sanity-checks`` scope is named ``extended-info-checks`` and supports these levels: -- ``none`` - do no check nor upgrade. This level should be used on when +- ``none`` - do no check nor upgrade. This level should be used only when extended info is not used at all or when no badly formatted extended info, including using the old format, is expected. @@ -3529,12 +3529,12 @@ and supports these levels: Lease Query hook library. - ``pedantic`` - enforce full conformance to the format produced by the - Kea code, for instance no extra entries are allowed at the exception + Kea code, for instance no extra entries are allowed with the exception of ``comment``. .. note:: - Currently this feature is currently implemented for the memfile + Currently this feature is implemented only for the memfile backend. 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.