mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 05:27:55 +00:00
[4211] Addressed review comments.
Two nits.
This commit is contained in:
parent
4373258d9d
commit
333527b072
@ -2602,7 +2602,7 @@ should include options from the isc option space:
|
|||||||
|
|
||||||
<para>In some uncommon deployments where no stable storage is
|
<para>In some uncommon deployments where no stable storage is
|
||||||
available, it is desired to configure the server to not try to
|
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:
|
by the value of <command>persist</command> boolean parameter:
|
||||||
<screen>
|
<screen>
|
||||||
"Dhcp6": {
|
"Dhcp6": {
|
||||||
|
@ -43,7 +43,8 @@
|
|||||||
"item_name": "persist",
|
"item_name": "persist",
|
||||||
"item_type": "boolean",
|
"item_type": "boolean",
|
||||||
"item_optional": true,
|
"item_optional": true,
|
||||||
"item_default": true
|
"item_default": true,
|
||||||
|
"item_description": "Indicates if generated server identifier should be stored in a stable storage."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user