mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-25 11:17:23 +00:00
[#3661] update tuple definition
This commit is contained in:
parent
11b153dc14
commit
c37ca6ba42
@ -2200,10 +2200,15 @@ what values are accepted for them.
|
|||||||
| | Section |
|
| | Section |
|
||||||
| | 2 <https://tools.ietf.org/html/rfc2132#section-2>`__. |
|
| | 2 <https://tools.ietf.org/html/rfc2132#section-2>`__. |
|
||||||
+-----------------+-------------------------------------------------------+
|
+-----------------+-------------------------------------------------------+
|
||||||
| tuple | A length encoded as an 8-bit (16-bit |
|
| tuple | A length field encoded as an 8-bit |
|
||||||
| | for DHCPv6) unsigned integer |
|
| | or 16-bit unsigned integer followed by |
|
||||||
| | followed by a string of this |
|
| | a string of this length. Typically, for DHCPv4, |
|
||||||
| | length. |
|
| | the length is 8-bit, and for DHCPv6, it is 16-bit. |
|
||||||
|
| | However, there might be exceptions to that rule. |
|
||||||
|
| | E.g. for the DHCPv4 SZTP Redirect Option, |
|
||||||
|
| | bootstrap-server-list is encoded as a list of |
|
||||||
|
| | tuples where the URI-length in each tuple is |
|
||||||
|
| | a 16-bit unsigned integer. |
|
||||||
+-----------------+-------------------------------------------------------+
|
+-----------------+-------------------------------------------------------+
|
||||||
| uint8 | An 8-bit unsigned integer with |
|
| uint8 | An 8-bit unsigned integer with |
|
||||||
| | allowed values 0 to 255. |
|
| | allowed values 0 to 255. |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user