diff options
author | Razvan Becheriu <razvan@isc.org> | 2021-03-19 08:24:54 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2021-03-29 20:11:29 +0200 |
commit | 2a06054b555f73808ecf67f31ed5e6b36ad2d81a (patch) | |
tree | 07d368bef276ac3adc2af96d089e63ae4515f5e5 /doc/examples/kea6 | |
parent | [#1621] addressed comments (diff) | |
download | kea-2a06054b555f73808ecf67f31ed5e6b36ad2d81a.tar.xz kea-2a06054b555f73808ecf67f31ed5e6b36ad2d81a.zip |
[#1621] add enable-connection-recovery parameter to configure connection recovery
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/mysql-reservations.json | 1 | ||||
-rw-r--r-- | doc/examples/kea6/pgsql-reservations.json | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/kea6/mysql-reservations.json b/doc/examples/kea6/mysql-reservations.json index 430308b44b..96ad40a3cf 100644 --- a/doc/examples/kea6/mysql-reservations.json +++ b/doc/examples/kea6/mysql-reservations.json @@ -46,7 +46,6 @@ "type": "mysql", "reconnect-wait-time": 3000, // expressed in ms "max-reconnect-tries": 3, - "disable-dhcp-on-db-loss": true, "name": "kea", "user": "kea", "password": "kea", diff --git a/doc/examples/kea6/pgsql-reservations.json b/doc/examples/kea6/pgsql-reservations.json index c0d323bb8f..83a430e04e 100644 --- a/doc/examples/kea6/pgsql-reservations.json +++ b/doc/examples/kea6/pgsql-reservations.json @@ -48,7 +48,6 @@ "type": "postgresql", "reconnect-wait-time": 3000, // expressed in ms "max-reconnect-tries": 3, - "disable-dhcp-on-db-loss": true, "name": "kea", "user": "kea", "password": "kea", |