diff options
author | Francis Dupont <fdupont@isc.org> | 2024-12-17 23:34:55 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2025-01-13 18:30:04 +0100 |
commit | 1ea64f38da727b3c45c03e77a28c31f40297e9ef (patch) | |
tree | 673ededed2356108cecd78f05d76b5d51e758f58 | |
parent | [#3530] Address review (diff) | |
download | kea-1ea64f38da727b3c45c03e77a28c31f40297e9ef.tar.xz kea-1ea64f38da727b3c45c03e77a28c31f40297e9ef.zip |
[#3679] Fixed grammar
-rw-r--r-- | doc/sphinx/arm/classify.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/arm/classify.rst b/doc/sphinx/arm/classify.rst index 3c1c5b7fe9..ca3f7b1c41 100644 --- a/doc/sphinx/arm/classify.rst +++ b/doc/sphinx/arm/classify.rst @@ -1230,7 +1230,7 @@ value is obtained is determined as explained in the previous paragraphs. Option Class-Tagging ==================== -Option class-tagging allows an option value to conditionally applied +Option class-tagging allows an option value to be conditionally applied to the response based on the client's class membership. The effect is similar to using an if-block in ISC DHCP to conditionally include options at a given scope. Class-tagging is done by specifying a list of @@ -1284,14 +1284,14 @@ before the response is to be sent to the client. When ``never-send`` for an option is true at any scope, all ``client-classes`` entries for that option are ignored. The -option will not included. +option will not be included. When ``always-send`` is true at any scope, the option will be included unless, the option determined by scope specifies a ``client-classes`` list that does not contain any of the client's classes. -Otherwise, An option requested by the client will be included in +Otherwise, an option requested by the client will be included in the response if the option either does not specify ``client-classes`` or the client belongs to at least one of the classes in ``client-classes``. |