diff options
author | Razvan Becheriu <razvan@isc.org> | 2024-01-26 13:33:14 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2024-01-26 13:37:02 +0100 |
commit | 72340c068440d9a26a813f05e421a9d6989d3a30 (patch) | |
tree | e5b05cea7a4055b3de7545f06a27859ba69ea6a6 /doc | |
parent | [#1790] added ChangeLog entry (diff) | |
download | kea-72340c068440d9a26a813f05e421a9d6989d3a30.tar.xz kea-72340c068440d9a26a813f05e421a9d6989d3a30.zip |
[#1790] updated list of CB parameters
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/arm/dhcp4-srv.rst | 4 | ||||
-rw-r--r-- | doc/sphinx/arm/dhcp6-srv.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 0ccf62308c..e37ace4c05 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -7869,9 +7869,9 @@ at which it is currently supported. +-----------------------------+----------------------------+--------------+-------------+-------------+-------------+ | echo-client-id | yes | n/a | n/a | n/a | n/a | +-----------------------------+----------------------------+--------------+-------------+-------------+-------------+ - | hostname-char-set | no | n/a | no | no | n/a | + | hostname-char-set | yes | n/a | yes | yes | n/a | +-----------------------------+----------------------------+--------------+-------------+-------------+-------------+ - | hostname-char-replacement | no | n/a | no | no | n/a | + | hostname-char-replacement | yes | n/a | yes | yes | n/a | +-----------------------------+----------------------------+--------------+-------------+-------------+-------------+ | interface | n/a | n/a | yes | yes | n/a | +-----------------------------+----------------------------+--------------+-------------+-------------+-------------+ diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index cdd3442474..a5450fa9c1 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -7604,9 +7604,9 @@ at which it is currently supported. +-----------------------------+----------------------------+-----------+-----------+-----------+-----------+------------+ | excluded-prefix-len | n/a | n/a | n/a | n/a | n/a | yes | +-----------------------------+----------------------------+-----------+-----------+-----------+-----------+------------+ - | hostname-char-set | no | n/a | no | no | n/a | n/a | + | hostname-char-set | yes | n/a | yes | yes | n/a | n/a | +-----------------------------+----------------------------+-----------+-----------+-----------+-----------+------------+ - | hostname-char-replacement | no | n/a | no | no | n/a | n/a | + | hostname-char-replacement | yes | n/a | yes | yes | n/a | n/a | +-----------------------------+----------------------------+-----------+-----------+-----------+-----------+------------+ | interface | n/a | n/a | yes | yes | n/a | n/a | +-----------------------------+----------------------------+-----------+-----------+-----------+-----------+------------+ |