diff options
author | Razvan Becheriu <razvan@isc.org> | 2021-03-19 09:04:27 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2021-03-29 20:11:29 +0200 |
commit | f2e1f082a151fd50d096f2ab52cf2e9c25b26037 (patch) | |
tree | b75fb866abb69ccce27a7815d354a94b405e2a1b /doc/examples/kea6 | |
parent | [#1621] add enable-connection-recovery parameter to configure connection reco... (diff) | |
download | kea-f2e1f082a151fd50d096f2ab52cf2e9c25b26037.tar.xz kea-f2e1f082a151fd50d096f2ab52cf2e9c25b26037.zip |
[#1621] added documentation
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/all-keys.json | 3 | ||||
-rw-r--r-- | doc/examples/kea6/backends.json | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index c89697c76c..cb3201dbe6 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -312,6 +312,9 @@ // Disable DHCP on database connection loss. "disable-dhcp-on-db-loss": true, + // Enable database connection recovery. + "enable-connection-recovery": true, + // Connection connect timeout. "connect-timeout": 100, diff --git a/doc/examples/kea6/backends.json b/doc/examples/kea6/backends.json index 60104f5b31..123b7b344a 100644 --- a/doc/examples/kea6/backends.json +++ b/doc/examples/kea6/backends.json @@ -43,6 +43,7 @@ // "reconnect-wait-time": 3000, // expressed in ms // "max-reconnect-tries": 3, // "disable-dhcp-on-db-loss": true, +// "enable-connection-recovery": true, // "connect-timeout": 3 // }, @@ -63,6 +64,7 @@ // "reconnect-wait-time": 3000, // expressed in ms // "max-reconnect-tries": 3, // "disable-dhcp-on-db-loss": true, +// "enable-connection-recovery": true, // "connect-timeout": 3 // }, |