diff options
author | Razvan Becheriu <razvan@isc.org> | 2021-03-18 21:17:42 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2021-03-29 20:11:29 +0200 |
commit | a730cfea4e35b6522a9cb148a37d3b9508840fa9 (patch) | |
tree | 8005c9d0a3ea97c57a0983f22fc04e988cb24e41 /doc/examples/kea6 | |
parent | [#1621] add disable-dhcp-on-db-loss parameter to configure network state effect (diff) | |
download | kea-a730cfea4e35b6522a9cb148a37d3b9508840fa9.tar.xz kea-a730cfea4e35b6522a9cb148a37d3b9508840fa9.zip |
[#1621] updated parsers
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/backends.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/kea6/backends.json b/doc/examples/kea6/backends.json index 4d54df56ab..60104f5b31 100644 --- a/doc/examples/kea6/backends.json +++ b/doc/examples/kea6/backends.json @@ -42,6 +42,7 @@ // "password": "secret1", // "reconnect-wait-time": 3000, // expressed in ms // "max-reconnect-tries": 3, +// "disable-dhcp-on-db-loss": true, // "connect-timeout": 3 // }, @@ -61,6 +62,7 @@ // "password": "secret1", // "reconnect-wait-time": 3000, // expressed in ms // "max-reconnect-tries": 3, +// "disable-dhcp-on-db-loss": true, // "connect-timeout": 3 // }, |