2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-03 15:35:17 +00:00

[#1180] Addressed review comments

This commit is contained in:
Thomas Markwalder
2020-05-19 11:20:29 -04:00
parent 098dd18824
commit 61d4807245

View File

@@ -21,7 +21,7 @@ available to ISC's paid support customers.
DHCPv4 Leasequery DHCPv4 Leasequery
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
DHCPv4 simple Leasequery provides a requestor the ability to query for DHCPv4 simple Leasequery provides a requester the ability to query for
active lease information for either a single IP address or a single client. active lease information for either a single IP address or a single client.
RFC 4388 calls for three such queries: RFC 4388 calls for three such queries:
@@ -75,41 +75,42 @@ In addition, one or more of the following options will be included:
.. tabularcolumns:: |p{0.2\linewidth}|p{0.1\linewidth}|p{0.7\linewidth}| .. tabularcolumns:: |p{0.2\linewidth}|p{0.1\linewidth}|p{0.7\linewidth}|
.. table:: DHCPLEASEACTIVTE Options .. table:: DHCPLEASEACTIVE Options
:class: longtable :class: longtable
:widths: 20 10 70 :widths: 20 10 70
+-----------------------------+-------+-----------------------------------------------+ +------------------------------+-------+-----------------------------------------------+
| Option | Code | Content | | Option | Code | Content |
+=============================+=======+===============================================+ +==============================+=======+===============================================+
| dhcp-client-identifier | 61 | copied from the lease (if one) | | dhcp-client-identifier | 61 | copied from the lease (if one) |
+-----------------------------+-------+-----------------------------------------------+ +------------------------------+-------+-----------------------------------------------+
| client-last-transction-time | 91 | amount of time that has elapsed since the | | client-last-tranasction-time | 91 | amount of time that has elapsed since the |
| (CLTT) | | lease's actual CLTT. This value will also be | | (CLTT) | | lease's client-last-transation-time (CLTT) |
| | | used by the server to adjust life time and | | | | This value will also be used by the server to |
| | | timer values. | | | | adjust life time and timer values. |
+-----------------------------+-------+-----------------------------------------------+ +------------------------------+-------+-----------------------------------------------+
| dhcp-lease-time | 51 | lease's life time reduced by CLTT | | dhcp-lease-time | 51 | lease's life time reduced by CLTT |
+-----------------------------+-------+-----------------------------------------------+ +------------------------------+-------+-----------------------------------------------+
| dhcp-renewal-time | 58 | as controlled by kea-dhcp4 configuration and | | dhcp-renewal-time | 58 | as controlled by kea-dhcp4 configuration and |
| | | then reduced by CLTT | | | | then reduced by CLTT |
+-----------------------------+-------+-----------------------------------------------+ +------------------------------+-------+-----------------------------------------------+
| dhcp-rebind-time | 59 | as dictacted by kea-dhcp4 configuration and | | dhcp-rebind-time | 59 | as dictacted by kea-dhcp4 configuration and |
| | | then reduced by CLTT | | | | then reduced by CLTT |
+-----------------------------+-------+-----------------------------------------------+ +------------------------------+-------+-----------------------------------------------+
| dhcp-agent-options | 82 | if stored on the lease. (See | | dhcp-agent-options | 82 | if stored on the lease. (See |
| | | :ref:`dhcp4-store-extended-info`) | | | | :ref:`dhcp4-store-extended-info`) |
+-----------------------------+-------+-----------------------------------------------+ +------------------------------+-------+-----------------------------------------------+
| associated-ip | 92 | a list of all other IP addresses for which the| | associated-ip | 92 | a list of all other IP addresses for which |
| | | the client has active leases. (Does not apply | | | | the client has active leases. (Does not apply |
| | | to query by IP address) | | | | to query by IP address) |
+-----------------------------+-------+-----------------------------------------------+ +------------------------------+-------+-----------------------------------------------+
The dhcp-server-identifier option (54) will be returned in all responses in keeping with The dhcp-server-identifier option (54) will be returned in all responses in keeping with
RFC 2131 section 4.3.1. RFC 2131 section 4.3.1.
RFC 4388 allows requestors to request specific options via a PRL (Option 55). RFC 4388 allows requesters to ask for specific options via the
This is not currently supported but may be added at a future date. dhcp-parameter-request-list (PRL, option 55). This is not currently supported but
may be added at a future date.
.. lease-query-dhcpv4-config: .. lease-query-dhcpv4-config: