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

[#549] document the overwrite behavior in the other update commands

This commit is contained in:
Andrei Pavel
2023-04-05 18:17:32 +03:00
parent 93d85fdeea
commit d9c86120f4
3 changed files with 33 additions and 2 deletions

View File

@@ -412,6 +412,12 @@ The response to this command has the following structure:
}
}
As with other update commands, this command overwrites all the contents of the
entry. If the IPv4 subnet previously had a resource assigned to it, and the
``subnet4-update`` command is missing the resource, it is deleted from the
server configuration. If an incremental update of the subnet is desired, then
this can be achieved with `subnet4-delta-add <command-subnet4-delta-add_>`_.
.. _command-subnet6-update:
The ``subnet6-update`` Command
@@ -459,6 +465,12 @@ The response to this command has the following structure:
}
}
As with other update commands, this command overwrites all the contents of the
entry. If the IPv4 subnet previously had a resource assigned to it, and the
``subnet6-update`` command is missing the resource, it is deleted from the
server configuration. If an incremental update of the subnet is desired, then
this can be achieved with `subnet6-delta-add <command-subnet6-delta-add_>`_.
.. _command-subnet4-del:
The ``subnet4-del`` Command