From 333527b07232fd6846889d4c7b69ea2523f67be3 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Tue, 1 Dec 2015 11:35:52 +0100 Subject: [PATCH] [4211] Addressed review comments. Two nits. --- doc/guide/dhcp6-srv.xml | 2 +- src/bin/dhcp6/dhcp6.spec | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/guide/dhcp6-srv.xml b/doc/guide/dhcp6-srv.xml index a1f6624026..0237a24c86 100644 --- a/doc/guide/dhcp6-srv.xml +++ b/doc/guide/dhcp6-srv.xml @@ -2602,7 +2602,7 @@ should include options from the isc option space: 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 persist boolean parameter: "Dhcp6": { diff --git a/src/bin/dhcp6/dhcp6.spec b/src/bin/dhcp6/dhcp6.spec index ffe3779f73..14e4026593 100644 --- a/src/bin/dhcp6/dhcp6.spec +++ b/src/bin/dhcp6/dhcp6.spec @@ -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." } ] },