modified:
ChangeLog
doc/sphinx/api/shutdown.json
doc/sphinx/arm/ctrl-channel.rst
+1727. [bug] tmark
+ When shutting down due to lost backend database connetivity,
+ kea-dhcp4 and kea-dhcp6 processes will exit with a non-zero value.
+ This was temporarily altered by #1108. In addition, the "shutdown"
+ command now supports an "exit-value" argument.
+ (Gitlab #1115)
+
1726. [func] razvan
Handling SKIP and DROP state in hooks so that the same operation
is not performed multiple times. Some hooks will throw exceptions
"cmd-syntax": [
"{",
" \"command\": \"shutdown\"",
+ " \"arguments\": {",
+ " \"exit-value\": 123",
+ " }",
"}"
],
"description": "See <xref linkend=\"command-shutdown\"/>",
{
"command": "shutdown"
+ "arguments": {
+ "exit-value": 3
+ }
}
The server responds with a confirmation that the shutdown procedure has
-been initiated.
+been initiated. The optional parameter, "exit-value", specifies the
+numeric value with which the server process will exit to the OS. The
+default value is zero.
.. _command-dhcp-disable: