diff options
author | Razvan Becheriu <razvan@isc.org> | 2020-09-28 13:29:40 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2020-09-28 14:03:39 +0200 |
commit | f6d05aa629cef1f3239d1827ad94fd912dc664fd (patch) | |
tree | 28a184a42dcd2a54ea2c69b111614a3b55ac71a9 | |
parent | [#1373] Addressed comment (diff) | |
download | kea-f6d05aa629cef1f3239d1827ad94fd912dc664fd.tar.xz kea-f6d05aa629cef1f3239d1827ad94fd912dc664fd.zip |
[#1373] Addressed comment
-rw-r--r-- | doc/sphinx/arm/hooks.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/sphinx/arm/hooks.rst b/doc/sphinx/arm/hooks.rst index 6d82c96397..cbf18bc91c 100644 --- a/doc/sphinx/arm/hooks.rst +++ b/doc/sphinx/arm/hooks.rst @@ -1277,10 +1277,10 @@ name followed by .boot for content. The flexible option library supports both DHCPv4 and DHCPv6. -Since kea 1.9.0 add and supersede actions take an optional cvs-format boolean -parameter. If not specified or specified to false the option data is set -using the raw value of the evaluated expression. When it is specified -to true this value is parsed using the option definition in option data +Since Kea 1.9.0, the add and supersede actions take an optional cvs-format +boolean parameter. If not specified or configured to false, the option data is +set using the raw value of the evaluated expression. When it is configured +to true, this value is parsed using the option definition from the option data specified in the configuration file. This eases option setting for options using complex record formats or fully qualified domain names. |