summaryrefslogtreecommitdiffstats
path: root/doc/examples/kea4/all-keys-netconf.json
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-08-09 17:45:39 +0200
committerThomas Markwalder <tmark@isc.org>2019-08-16 23:51:25 +0200
commite961af14f9fd574cfe81407b2af94b496bd5b612 (patch)
tree85d55142072b8aad0030d8a12376f764329c0964 /doc/examples/kea4/all-keys-netconf.json
parent[#805,!5-p] kea-dhcp6 now supports max-row-errors parameter (diff)
downloadkea-e961af14f9fd574cfe81407b2af94b496bd5b612.tar.xz
kea-e961af14f9fd574cfe81407b2af94b496bd5b612.zip
[#805,!5-p] Updated example confs
Diffstat (limited to 'doc/examples/kea4/all-keys-netconf.json')
-rw-r--r--doc/examples/kea4/all-keys-netconf.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/kea4/all-keys-netconf.json b/doc/examples/kea4/all-keys-netconf.json
index 765bf77bd3..6792d42d70 100644
--- a/doc/examples/kea4/all-keys-netconf.json
+++ b/doc/examples/kea4/all-keys-netconf.json
@@ -383,6 +383,10 @@
// infinitely).
"lfc-interval": 3600,
+ // Maximum number of lease file read errors allowed before
+ // loading the file is abandoned. Defaults to 0 (no limit).
+ "max-row-errors": 100,
+
// Name of the lease file. In case of database it specifies the
// database name.
"name": "/tmp/kea-dhcp4.csv",