mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +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:
@@ -2,6 +2,10 @@ SUBDIRS = guide design
|
|||||||
|
|
||||||
EXTRA_DIST = version.ent.in differences.txt Doxyfile Doxyfile-xml
|
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:
|
devel:
|
||||||
mkdir -p html
|
mkdir -p html
|
||||||
(cat Doxyfile; echo PROJECT_NUMBER=$(PACKAGE_VERSION)) | doxygen - > html/doxygen.log 2> html/doxygen-error.log
|
(cat Doxyfile; echo PROJECT_NUMBER=$(PACKAGE_VERSION)) | doxygen - > html/doxygen.log 2> html/doxygen-error.log
|
||||||
|
@@ -81,7 +81,9 @@
|
|||||||
|
|
||||||
# Next we specify the type of lease database
|
# Next we specify the type of lease database
|
||||||
"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.
|
# Finally, we list the subnets from which we will be leasing addresses.
|
||||||
|
Reference in New Issue
Block a user