diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:15:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:15:43 +0000 |
commit | f5f56e1a1c4d9e9496fcb9d81131066a964ccd23 (patch) | |
tree | 49e44c6f87febed37efb953ab5485aa49f6481a7 /src/share/api/extended-info4-upgrade.json | |
parent | Initial commit. (diff) | |
download | isc-kea-f5f56e1a1c4d9e9496fcb9d81131066a964ccd23.tar.xz isc-kea-f5f56e1a1c4d9e9496fcb9d81131066a964ccd23.zip |
Adding upstream version 2.4.1.upstream/2.4.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/share/api/extended-info4-upgrade.json')
-rw-r--r-- | src/share/api/extended-info4-upgrade.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/share/api/extended-info4-upgrade.json b/src/share/api/extended-info4-upgrade.json new file mode 100644 index 0000000..4205628 --- /dev/null +++ b/src/share/api/extended-info4-upgrade.json @@ -0,0 +1,30 @@ +{ + "access": "write", + "avail": "2.3.8", + "brief": [ + "This command sanitizes extended info of all IPv4 leases and fills relay and remote ID columns in the SQL lease database." + ], + "cmd-syntax": [ + "{", + " \"command\": \"extended-info4-upgrade\"", + " }", + "}" + ], + "description": "See <xref linkend=\"command-extended-info4-upgrade\"/>", + "hook": "lease_query", + "name": "extended-info4-upgrade", + "resp-comment": [ + "This command should be used when some old IPv4 leases are present in the lease database using a SQL backend." + ], + "resp-syntax": [ + "{", + " \"arguments\": {", + " },", + " \"result\": 0,", + " \"text\": \"to be done\"", + "}" + ], + "support": [ + "kea-dhcp4" + ] +} |