]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4211] Addressed review comments.
authorMarcin Siodelski <marcin@isc.org>
Tue, 1 Dec 2015 10:35:52 +0000 (11:35 +0100)
committerMarcin Siodelski <marcin@isc.org>
Tue, 1 Dec 2015 10:35:52 +0000 (11:35 +0100)
Two nits.

doc/guide/dhcp6-srv.xml
src/bin/dhcp6/dhcp6.spec

index a1f662402689c2fdf3c78b529b5dd5b6df214bbe..0237a24c86511bcc1f4106170b6d83f74051073d 100644 (file)
@@ -2602,7 +2602,7 @@ should include options from the isc option space:
 
       <para>In some uncommon deployments where no stable storage is
       available, it is desired to configure the server to not try to
-      store the server identifier on the hard drive. It is controlled
+      store the server identifier on the stable storage. It is controlled
       by the value of <command>persist</command> boolean parameter:
 <screen>
 "Dhcp6": {
index ffe3779f73c0c95c53c24a7c82a75f81f0083bc4..14e4026593d532d69aadc0d1f50f9b0239d69770 100644 (file)
@@ -43,7 +43,8 @@
             "item_name": "persist",
             "item_type": "boolean",
             "item_optional": true,
-            "item_default": true
+            "item_default": true,
+            "item_description": "Indicates if generated server identifier should be stored in a stable storage."
         }
         ]
       },