summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/arm/dhcp4-srv.rst
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2023-06-28 13:45:47 +0200
committerTomek Mrugalski <tomek@isc.org>2023-06-28 13:47:28 +0200
commitb0b270459e3b8c9c02a0f374b6255a34eda1313c (patch)
treef0d7df39bd80fe74435c6134ec61cc211bd0dd81 /doc/sphinx/arm/dhcp4-srv.rst
parent[#2887] Fixed ChangeLog entry (diff)
downloadkea-b0b270459e3b8c9c02a0f374b6255a34eda1313c.tar.xz
kea-b0b270459e3b8c9c02a0f374b6255a34eda1313c.zip
[#2887] Wordsmithing after review
Diffstat (limited to 'doc/sphinx/arm/dhcp4-srv.rst')
-rw-r--r--doc/sphinx/arm/dhcp4-srv.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst
index ef84bc6210..a2d237384d 100644
--- a/doc/sphinx/arm/dhcp4-srv.rst
+++ b/doc/sphinx/arm/dhcp4-srv.rst
@@ -2194,10 +2194,10 @@ used to process those and other options no listed in the table below.
All other RAI sub-options (including those not listed here) can be used in client classification to
classify incoming packets to specific classes and/or by :ischooklib:`libdhcp_flex_id.so` to
construct a unique device identifier. For more information about expressions used in client
-classification, and flex-id, see :ref:`classify`. Recapping briefly, the RAI sub-options can be
+classification, and flex-id, see :ref:`classify`. The RAI sub-options can be
referenced using ``relay4[option-code].hex``. For example, to classify packets based on the
-``remote-id`` (sub-option code 2), one would use ``relay4[2].hex``. And example client class that
-would include all packets with specific ``remote-id`` values would looks as follows:
+``remote-id`` (sub-option code 2), one would use ``relay4[2].hex``. An example client class that
+would include all packets with a specific ``remote-id`` value would looks as follows:
::
@@ -2212,7 +2212,7 @@ would include all packets with specific ``remote-id`` values would looks as foll
...
}
-Classes should be used to segregate traffic into relatively small number of groups, which then
+Classes may be used to segregate traffic into a relatively small number of groups, which then
can be used to select specific subnets, pools and extra options and more. If per host behavior
is necessary, using host reservations with flex-id is strongly recommended.