]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3418] Changes after review
authorTomek Mrugalski <tomasz@isc.org>
Thu, 26 Jun 2014 16:47:21 +0000 (18:47 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Thu, 26 Jun 2014 16:47:21 +0000 (18:47 +0200)
 - example config files are now installed
 - example in section 5.2 configures persistent database

doc/Makefile.am
doc/guide/dhcp4-srv.xml

index 0fb1ed5d07b9a487c5b9e602ba7417d6af9a2744..548c4c340c38934c7a561891ef1bbc5851ae2252 100644 (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
index dffdf029306aaf23477b7ab0131c1fd1f1c90d8e..681e218f84e897ecde06a69755340b0f56cdd79e 100644 (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.