diff options
author | Razvan Becheriu <razvan@isc.org> | 2023-12-12 09:35:52 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2023-12-14 07:01:42 +0100 |
commit | fb09b7805eafdc58d39354a95e0e98a45276a783 (patch) | |
tree | e4cb400d4e14d101424c5ab4fd6ad5f198200cd5 /doc/sphinx/arm/dhcp4-srv.rst | |
parent | [#3019] retry db open on startup (diff) | |
download | kea-fb09b7805eafdc58d39354a95e0e98a45276a783.tar.xz kea-fb09b7805eafdc58d39354a95e0e98a45276a783.zip |
[#3019] addressed review comments
Diffstat (limited to 'doc/sphinx/arm/dhcp4-srv.rst')
-rw-r--r-- | doc/sphinx/arm/dhcp4-srv.rst | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 5d6acad94a..4cd536b915 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -550,14 +550,16 @@ The possible values are: - ``stop-retry-exit`` - disables the DHCP service while trying to automatically recover lost connections. Shuts down the server on failure after exhausting - ``max-reconnect-tries``. This is the default value for MySQL and PostgreSQL. + ``max-reconnect-tries``. This is the default value for the lease backend, + the host backend, and the configuration backend. -- ``serve-retry-exit`` - continues the DHCP service while trying to automatically - recover lost connections. Shuts down the server on failure after exhausting - ``max-reconnect-tries``. +- ``serve-retry-exit`` - continues the DHCP service while trying to + automatically recover lost connections. Shuts down the server on failure + after exhausting ``max-reconnect-tries``. -- ``serve-retry-continue`` - continues the DHCP service and does not shut down the - server even if the recovery fails. +- ``serve-retry-continue`` - continues the DHCP service and does not shut down + the server even if the recovery fails. This is the default value for forensic + logging. .. note:: |