From: Francis Dupont Date: Thu, 26 Sep 2024 16:09:47 +0000 (+0200) Subject: [#3404] Updated doc X-Git-Tag: Kea-2.7.4~17 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7cbdd258f8638796e8bfaa4a853fde222d373a55;p=thirdparty%2Fkea.git [#3404] Updated doc --- 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 `__: The option is supported. +- *Dynamic Host Configuration Protocol (DHCP) Option for CableLabs Client + Configuration*, `RFC 3495 `__: + 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 `__: The link selection sub-option is supported. +- *PacketCable Security Ticket Control Sub-Option for the DHCP CableLabs + Client Configuration (CCC) Option*, `RFC 3594 + `__: 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 + `__: The Key Distribution Center + IP Address sub-option is supported. + - *Unused Dynamic Host Configuration Protocol (DHCP) Option Codes*, `RFC 3679 `__: Kea does not support any of the old options that were obsoleted by this RFC.