2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[#1790] added parameters to ARM

This commit is contained in:
Razvan Becheriu
2024-01-26 01:22:46 +02:00
parent 7d3fb3d81c
commit 063be34a9d
2 changed files with 158 additions and 0 deletions

View File

@@ -7924,6 +7924,84 @@ at which it is currently supported.
at the particular level of the hierarchy or that the at the particular level of the hierarchy or that the
server does not support the parameter at that level. server does not support the parameter at that level.
Some scalar parameters contained by top level global maps are supported by the Configuration Backend.
.. table:: List of DHCPv4 map parameters supported by the Configuration Backend
+------------------------------------------------------------------+------------------------------+----------------------------------+
| Parameter name (flat naming format) | Global map | Parameter name |
+==================================================================+==============================+==================================+
| compatibility.ignore-dhcp-server-identifier | compatibility | ignore-dhcp-server-identifier |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| compatibility.ignore-rai-link-selection | compatibility | ignore-rai-link-selection |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| compatibility.lenient-option-parsing | compatibility | lenient-option-parsing |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| compatibility.exclude-first-last-24 | compatibility | exclude-first-last-24 |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| control-socket.socket-name | control-socket | socket-name |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| control-socket.socket-type | control-socket | socket-type |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.enable-updates | dhcp-ddns | enable-updates |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.max-queue-size | dhcp-ddns | max-queue-size |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.ncr-format | dhcp-ddns | ncr-format |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.ncr-protocol | dhcp-ddns | ncr-protocol |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.sender-ip | dhcp-ddns | sender-ip |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.sender-port | dhcp-ddns | sender-port |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.server-ip | dhcp-ddns | server-ip |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.server-port | dhcp-ddns | server-port |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.generated-prefix | dhcp-ddns | generated-prefix |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.hostname-char-replacement | dhcp-ddns | hostname-char-replacement |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.hostname-char-set | dhcp-ddns | hostname-char-set |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.override-client-update | dhcp-ddns | override-client-update |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.override-no-update | dhcp-ddns | override-no-update |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.qualifying-suffix | dhcp-ddns | qualifying-suffix |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.replace-client-name | dhcp-ddns | replace-client-name |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| expired-leases-processing.flush-reclaimed-timer-wait-time | expired-leases-processing | flush-reclaimed-timer-wait-time |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| expired-leases-processing.hold-reclaimed-time | expired-leases-processing | hold-reclaimed-time |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| expired-leases-processing.max-reclaim-leases | expired-leases-processing | max-reclaim-leases |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| expired-leases-processing.max-reclaim-time | expired-leases-processing | max-reclaim-time |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| expired-leases-processing.reclaim-timer-wait-time | expired-leases-processing | reclaim-timer-wait-time |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| expired-leases-processing.unwarned-reclaim-cycles | expired-leases-processing | unwarned-reclaim-cycles |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| multi-threading.enable-multi-threading | multi-threading | enable-multi-threading |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| multi-threading.thread-pool-size | multi-threading | thread-pool-size |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| multi-threading.packet-queue-size | multi-threading | packet-queue-size |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| sanity-checks.lease-checks | sanity-checks | lease-checks |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| sanity-checks.extended-info-checks | sanity-checks | extended-info-checks |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-queue-control.enable-queue | dhcp-queue-control | enable-queue |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-queue-control.queue-type | dhcp-queue-control | queue-type |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-queue-control.capacity | dhcp-queue-control | capacity |
+------------------------------------------------------------------+------------------------------+----------------------------------+
.. _dhcp4-cb-json: .. _dhcp4-cb-json:
Enabling the Configuration Backend Enabling the Configuration Backend

View File

@@ -7669,6 +7669,86 @@ at which it is currently supported.
at the particular level of the hierarchy or that the at the particular level of the hierarchy or that the
server does not support the parameter at that level. server does not support the parameter at that level.
Some scalar parameters contained by top level global maps are supported by the Configuration Backend.
.. table:: List of DHCPv6 map parameters supported by the Configuration Backend
+------------------------------------------------------------------+------------------------------+----------------------------------+
| Parameter name (flat naming format) | Global map | Parameter name |
+==================================================================+==============================+==================================+
| compatibility.lenient-option-parsing | compatibility | lenient-option-parsing |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| control-socket.socket-name | control-socket | socket-name |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| control-socket.socket-type | control-socket | socket-type |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.enable-updates | dhcp-ddns | enable-updates |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.max-queue-size | dhcp-ddns | max-queue-size |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.ncr-format | dhcp-ddns | ncr-format |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.ncr-protocol | dhcp-ddns | ncr-protocol |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.sender-ip | dhcp-ddns | sender-ip |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.sender-port | dhcp-ddns | sender-port |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.server-ip | dhcp-ddns | server-ip |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.server-port | dhcp-ddns | server-port |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.generated-prefix | dhcp-ddns | generated-prefix |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.hostname-char-replacement | dhcp-ddns | hostname-char-replacement |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.hostname-char-set | dhcp-ddns | hostname-char-set |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.override-client-update | dhcp-ddns | override-client-update |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.override-no-update | dhcp-ddns | override-no-update |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.qualifying-suffix | dhcp-ddns | qualifying-suffix |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-ddns.replace-client-name | dhcp-ddns | replace-client-name |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| expired-leases-processing.flush-reclaimed-timer-wait-time | expired-leases-processing | flush-reclaimed-timer-wait-time |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| expired-leases-processing.hold-reclaimed-time | expired-leases-processing | hold-reclaimed-time |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| expired-leases-processing.max-reclaim-leases | expired-leases-processing | max-reclaim-leases |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| expired-leases-processing.max-reclaim-time | expired-leases-processing | max-reclaim-time |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| expired-leases-processing.reclaim-timer-wait-time | expired-leases-processing | reclaim-timer-wait-time |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| expired-leases-processing.unwarned-reclaim-cycles | expired-leases-processing | unwarned-reclaim-cycles |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| multi-threading.enable-multi-threading | multi-threading | enable-multi-threading |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| multi-threading.thread-pool-size | multi-threading | thread-pool-size |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| multi-threading.packet-queue-size | multi-threading | packet-queue-size |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| sanity-checks.lease-checks | sanity-checks | lease-checks |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| sanity-checks.extended-info-checks | sanity-checks | extended-info-checks |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| server-id.type | server-id | type |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| server-id.enterprise-id | server-id | enterprise-id |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| server-id.identifier | server-id | identifier |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| server-id.persist | server-id | persist |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-queue-control.enable-queue | dhcp-queue-control | enable-queue |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-queue-control.queue-type | dhcp-queue-control | queue-type |
+------------------------------------------------------------------+------------------------------+----------------------------------+
| dhcp-queue-control.capacity | dhcp-queue-control | capacity |
+------------------------------------------------------------------+------------------------------+----------------------------------+
.. _dhcp6-cb-json: .. _dhcp6-cb-json:
Enabling the Configuration Backend Enabling the Configuration Backend