2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[#549] address review comments

This commit is contained in:
Andrei Pavel
2023-04-19 19:19:44 +03:00
parent afc1d93279
commit c8048badbb
18 changed files with 60 additions and 34 deletions

View File

@@ -144,7 +144,7 @@ address can be assigned like so:
}
}
But it can also take many more parameters, for example:
It can also take many more parameters, for example:
.. code-block:: json
@@ -750,7 +750,7 @@ address can be assigned like so:
}
}
But it can also take many more parameters, for example:
It can also take many more parameters, for example:
.. code-block:: json
@@ -838,7 +838,7 @@ As with other update and set commands, this command overwrites all the contents
of the entry. If the host previously had a resource assigned to it, and the
``reservation-update`` command is missing the resource, it is deleted from the
database. If an incremental update of the host is desired, then this can be
achieved by doing a ``reservation-get-by-id`` to get the full picture of the
achieved by doing a ``reservation-get-by-id`` to get the current state of the
host, picking the host out of the response, modifying it to the required
outcome, and then issuing the ``reservation-update`` command with the resulting
host attached.