diff options
author | Francis Dupont <fdupont@isc.org> | 2019-09-23 00:24:31 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2019-12-10 21:05:02 +0100 |
commit | e219cc9d27970a01a9d49509014fc58d687f0c4f (patch) | |
tree | 7acc6e66a0df86d6d78b3ddc88481afceec38288 /doc/sphinx/arm/classify.rst | |
parent | [897-add-infinite-valid-lifetime-for-bootp] Reported previous changes (diff) | |
download | kea-e219cc9d27970a01a9d49509014fc58d687f0c4f.tar.xz kea-e219cc9d27970a01a9d49509014fc58d687f0c4f.zip |
[897-add-infinite-valid-lifetime-for-bootp] Added BOOTP client class
Diffstat (limited to 'doc/sphinx/arm/classify.rst')
-rw-r--r-- | doc/sphinx/arm/classify.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/sphinx/arm/classify.rst b/doc/sphinx/arm/classify.rst index 31e1744c3b..184f15a744 100644 --- a/doc/sphinx/arm/classify.rst +++ b/doc/sphinx/arm/classify.rst @@ -152,6 +152,9 @@ server uses an appropriate pool or subnet to allocate IP addresses (and/or prefixes), based on the assigned client classes. The details can be found in :ref:`high-availability-library`. +The BOOTP hook uses the BOOTP class: when an incoming BOOTP query is +recognized it is put in this class and built BOOTP response too. + Other examples are the ALL class, which all incoming packets belong to, and the KNOWN class, assigned when host reservations exist for a particular client. By convention, built-in classes' names begin with all |