2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#2974] Checkpoint: did v4 code, need UTs, v6 and doc

This commit is contained in:
Francis Dupont
2024-06-13 21:50:09 +02:00
committed by Razvan Becheriu
parent a740d0bfe5
commit cadf332033
9 changed files with 470 additions and 0 deletions

View File

@@ -69,6 +69,9 @@ src/share/api/lease6-wipe.json
src/share/api/lease6-write.json
src/share/api/leases-reclaim.json
src/share/api/list-commands.json
src/share/api/localize4.json
src/share/api/localize4o6.json
src/share/api/localize6.json
src/share/api/network4-add.json
src/share/api/network4-del.json
src/share/api/network4-get.json

View File

@@ -864,6 +864,37 @@ command-line argument. This command does not take any parameters.
"command": "version-get"
}
Commands Supported by the DHCPv4 Server
=======================================
.. isccmd:: localize4
.. _command-localize4:
The ``localize4`` Command
-------------------------
The :isccmd:`localize4` command returns the result of DHCPv4 subnet selection.
.. isccmd:: localize4o6
.. _command-localize4o6:
The ``localize4o6`` Command
---------------------------
The :isccmd:`localize4o6` command returns the result of DHCPv4-over-DHCPv6
subnet selection.
Commands Supported by the DHCPv6 Server
=======================================
.. isccmd:: localize6
.. _command-localize6:
The ``localize6`` Command
-------------------------
The :isccmd:`localize6` command returns the result of DHCPv6 subnet selection.
Commands Supported by the D2 Server
===================================