diff options
author | Francis Dupont <fdupont@isc.org> | 2024-09-26 18:09:47 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2024-10-28 12:26:17 +0100 |
commit | 7cbdd258f8638796e8bfaa4a853fde222d373a55 (patch) | |
tree | 09cb7831f5b4eb932f4f4b8025e4233ca86a6cdc /doc | |
parent | [#3404] Added doc (diff) | |
download | kea-7cbdd258f8638796e8bfaa4a853fde222d373a55.tar.xz kea-7cbdd258f8638796e8bfaa4a853fde222d373a55.zip |
[#3404] Updated doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/arm/dhcp4-srv.rst | 34 |
1 files changed, 25 insertions, 9 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 67f2db5b93..e23ba5de13 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -2296,9 +2296,9 @@ the table below. +------------------------+------+-----------------------------+ | tsp-secondary-server | 2 | IPv4 address | +------------------------+------+-----------------------------+ - | tsp-as-parameters | 4 | record of 3 uint32 | + | tsp-as-parameters | 4 | record of 3 uint32's | +------------------------+------+-----------------------------+ - | tsp-ap-parameters | 5 | record of 3 uint32 | + | tsp-ap-parameters | 5 | record of 3 uint32's | +------------------------+------+-----------------------------+ | tsp-realm | 6 | Fully Qualified Domain Name | +------------------------+------+-----------------------------+ @@ -2308,7 +2308,7 @@ the table below. +------------------------+------+-----------------------------+ | tsp-sct | 9 | uint16 | +------------------------+------+-----------------------------+ - | kdc-server | 10 | array of IPv4 address | + | kdc-server | 10 | array of IPv4 addresses | +------------------------+------+-----------------------------+ These suboptions are defined in @@ -2320,12 +2320,12 @@ which clarifies the realm format, .. note:: The suboption 3 carries the TSP provisioning server address as an - IPv4 address or a FQDN. This can't be defined in Kea so no standatd - suboption is defined for the code 3 leaving the choice to configure - its content as a binary value, or if it is used only as an IPv4 - address or a FQDN to define it as a record of an ``uint8`` (set - to 0) and ``ipv4-address`, or a record of an ``uint8`` (set to 1) - and a ``fqdn``, allowing the use of CSV data. + either IPv4 address or a FQDN. This can't be defined in Kea so no + standard suboption is defined for the code 3 leaving the choice to + configure its content as a binary value, or if it is used only as an + IPv4 address or a FQDN to define it as a record of an ``uint8`` (set + to 0) and ``ipv4-address``, or a record of an ``uint8`` (set to 1) + and a ``fqdn``, allowing the use of CSV formatted data. .. _dhcp4-custom-options: @@ -8001,10 +8001,26 @@ The following standards are currently supported in Kea: (DHCP) version 4*, `RFC 3442 <https://tools.ietf.org/html/rfc3442>`__: The option is supported. +- *Dynamic Host Configuration Protocol (DHCP) Option for CableLabs Client + Configuration*, `RFC 3495 <https://tools.ietf.org/html/rfc3495>`__: + The option and its suboptions 1, 2, 4, 5, 6, 7 and 8 are supported. + See :ref:`cablelabs-client-conf-suboptions` for details. + - *Link Selection sub-option for the Relay Agent Option*, `RFC 3527 <https://tools.ietf.org/html/rfc3527>`__: The link selection sub-option is supported. +- *PacketCable Security Ticket Control Sub-Option for the DHCP CableLabs + Client Configuration (CCC) Option*, `RFC 3594 + <https://tools.ietf.org/html/rfc3594>`__: The Security Ticket Control + sub-option is supported. + +- *Key Distribution Center (KDC) Server Address Sub-option for the + Dynamic Host Configuration Protocol (DHCP) CableLabs Client + Configuration (CCC) Option*, `RFC 3634 + <https://tools.ietf.org/html/rfc3634>`__: The Key Distribution Center + IP Address sub-option is supported. + - *Unused Dynamic Host Configuration Protocol (DHCP) Option Codes*, `RFC 3679 <https://tools.ietf.org/html/rfc3679>`__: Kea does not support any of the old options that were obsoleted by this RFC. |