2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[3418] Changes after review

- example config files are now installed
 - example in section 5.2 configures persistent database
This commit is contained in:
Tomek Mrugalski 2014-06-26 18:47:21 +02:00
parent 9bb16e0b66
commit faa5db1e59
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,10 @@ SUBDIRS = guide design
EXTRA_DIST = version.ent.in differences.txt Doxyfile Doxyfile-xml
nobase_dist_doc_DATA = examples/kea4/single-subnet.json
nobase_dist_doc_DATA += examples/kea4/several-subnets.json
nobase_dist_doc_DATA += examples/kea6/several-subnets.json
devel:
mkdir -p html
(cat Doxyfile; echo PROJECT_NUMBER=$(PACKAGE_VERSION)) | doxygen - > html/doxygen.log 2> html/doxygen-error.log

View File

@ -81,7 +81,9 @@
# Next we specify the type of lease database
"lease-database": {
"type": "memfile"
"type": "memfile",
"persist": true,
"name": "/var/kea/dhcp4.leases"
},
# Finally, we list the subnets from which we will be leasing addresses.