Skip to content

Commit 063be34

Browse files
author
Razvan Becheriu
committed
[#1790] added parameters to ARM
1 parent 7d3fb3d commit 063be34

File tree

2 files changed

+158
-0
lines changed

2 files changed

+158
-0
lines changed

doc/sphinx/arm/dhcp4-srv.rst

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7924,6 +7924,84 @@ at which it is currently supported.
79247924
at the particular level of the hierarchy or that the
79257925
server does not support the parameter at that level.
79267926

7927+
Some scalar parameters contained by top level global maps are supported by the Configuration Backend.
7928+
7929+
.. table:: List of DHCPv4 map parameters supported by the Configuration Backend
7930+
7931+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7932+
| Parameter name (flat naming format) | Global map | Parameter name |
7933+
+==================================================================+==============================+==================================+
7934+
| compatibility.ignore-dhcp-server-identifier | compatibility | ignore-dhcp-server-identifier |
7935+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7936+
| compatibility.ignore-rai-link-selection | compatibility | ignore-rai-link-selection |
7937+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7938+
| compatibility.lenient-option-parsing | compatibility | lenient-option-parsing |
7939+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7940+
| compatibility.exclude-first-last-24 | compatibility | exclude-first-last-24 |
7941+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7942+
| control-socket.socket-name | control-socket | socket-name |
7943+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7944+
| control-socket.socket-type | control-socket | socket-type |
7945+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7946+
| dhcp-ddns.enable-updates | dhcp-ddns | enable-updates |
7947+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7948+
| dhcp-ddns.max-queue-size | dhcp-ddns | max-queue-size |
7949+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7950+
| dhcp-ddns.ncr-format | dhcp-ddns | ncr-format |
7951+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7952+
| dhcp-ddns.ncr-protocol | dhcp-ddns | ncr-protocol |
7953+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7954+
| dhcp-ddns.sender-ip | dhcp-ddns | sender-ip |
7955+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7956+
| dhcp-ddns.sender-port | dhcp-ddns | sender-port |
7957+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7958+
| dhcp-ddns.server-ip | dhcp-ddns | server-ip |
7959+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7960+
| dhcp-ddns.server-port | dhcp-ddns | server-port |
7961+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7962+
| dhcp-ddns.generated-prefix | dhcp-ddns | generated-prefix |
7963+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7964+
| dhcp-ddns.hostname-char-replacement | dhcp-ddns | hostname-char-replacement |
7965+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7966+
| dhcp-ddns.hostname-char-set | dhcp-ddns | hostname-char-set |
7967+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7968+
| dhcp-ddns.override-client-update | dhcp-ddns | override-client-update |
7969+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7970+
| dhcp-ddns.override-no-update | dhcp-ddns | override-no-update |
7971+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7972+
| dhcp-ddns.qualifying-suffix | dhcp-ddns | qualifying-suffix |
7973+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7974+
| dhcp-ddns.replace-client-name | dhcp-ddns | replace-client-name |
7975+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7976+
| expired-leases-processing.flush-reclaimed-timer-wait-time | expired-leases-processing | flush-reclaimed-timer-wait-time |
7977+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7978+
| expired-leases-processing.hold-reclaimed-time | expired-leases-processing | hold-reclaimed-time |
7979+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7980+
| expired-leases-processing.max-reclaim-leases | expired-leases-processing | max-reclaim-leases |
7981+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7982+
| expired-leases-processing.max-reclaim-time | expired-leases-processing | max-reclaim-time |
7983+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7984+
| expired-leases-processing.reclaim-timer-wait-time | expired-leases-processing | reclaim-timer-wait-time |
7985+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7986+
| expired-leases-processing.unwarned-reclaim-cycles | expired-leases-processing | unwarned-reclaim-cycles |
7987+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7988+
| multi-threading.enable-multi-threading | multi-threading | enable-multi-threading |
7989+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7990+
| multi-threading.thread-pool-size | multi-threading | thread-pool-size |
7991+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7992+
| multi-threading.packet-queue-size | multi-threading | packet-queue-size |
7993+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7994+
| sanity-checks.lease-checks | sanity-checks | lease-checks |
7995+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7996+
| sanity-checks.extended-info-checks | sanity-checks | extended-info-checks |
7997+
+------------------------------------------------------------------+------------------------------+----------------------------------+
7998+
| dhcp-queue-control.enable-queue | dhcp-queue-control | enable-queue |
7999+
+------------------------------------------------------------------+------------------------------+----------------------------------+
8000+
| dhcp-queue-control.queue-type | dhcp-queue-control | queue-type |
8001+
+------------------------------------------------------------------+------------------------------+----------------------------------+
8002+
| dhcp-queue-control.capacity | dhcp-queue-control | capacity |
8003+
+------------------------------------------------------------------+------------------------------+----------------------------------+
8004+
79278005
.. _dhcp4-cb-json:
79288006

79298007
Enabling the Configuration Backend

0 commit comments

Comments
 (0)