diff options
author | Razvan Becheriu <razvan@isc.org> | 2021-03-24 07:19:00 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2021-03-29 20:11:29 +0200 |
commit | f525fc63352af180a5a516f4ffbbfc5ad07218b6 (patch) | |
tree | 0f65281911ba94ca1e89a8766a2a61b0e9ed94c2 /doc/examples/kea6 | |
parent | [#1621] updated unittests (diff) | |
download | kea-f525fc63352af180a5a516f4ffbbfc5ad07218b6.tar.xz kea-f525fc63352af180a5a516f4ffbbfc5ad07218b6.zip |
[#1621] disabling connection recovery mechanish is not available in core managers
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/all-keys.json | 5 | ||||
-rw-r--r-- | doc/examples/kea6/backends.json | 6 |
2 files changed, 3 insertions, 8 deletions
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index cb3201dbe6..b9ba87ee41 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -310,10 +310,7 @@ "max-reconnect-tries": 3, // Disable DHCP on database connection loss. - "disable-dhcp-on-db-loss": true, - - // Enable database connection recovery. - "enable-connection-recovery": true, + "disable-service-on-db-loss": true, // Connection connect timeout. "connect-timeout": 100, diff --git a/doc/examples/kea6/backends.json b/doc/examples/kea6/backends.json index 123b7b344a..8b5dad94e4 100644 --- a/doc/examples/kea6/backends.json +++ b/doc/examples/kea6/backends.json @@ -42,8 +42,7 @@ // "password": "secret1", // "reconnect-wait-time": 3000, // expressed in ms // "max-reconnect-tries": 3, -// "disable-dhcp-on-db-loss": true, -// "enable-connection-recovery": true, +// "disable-service-on-db-loss": true, // "connect-timeout": 3 // }, @@ -63,8 +62,7 @@ // "password": "secret1", // "reconnect-wait-time": 3000, // expressed in ms // "max-reconnect-tries": 3, -// "disable-dhcp-on-db-loss": true, -// "enable-connection-recovery": true, +// "disable-service-on-db-loss": true, // "connect-timeout": 3 // }, |