diff options
author | Marcin Siodelski <marcin@isc.org> | 2023-10-13 18:18:58 +0200 |
---|---|---|
committer | Marcin Siodelski <marcin@isc.org> | 2023-11-29 20:58:55 +0100 |
commit | a29e3264a313045d90b2248790df8d0f55b4d8bf (patch) | |
tree | a1d14eef9a1150c35144d28ae7f78478c48d0dd3 /doc | |
parent | [#3106] Validate configs between relationships (diff) | |
download | kea-a29e3264a313045d90b2248790df8d0f55b4d8bf.tar.xz kea-a29e3264a313045d90b2248790df8d0f55b4d8bf.zip |
[#3106] Network state change per HA service
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/arm/ctrl-channel.rst | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/sphinx/arm/ctrl-channel.rst b/doc/sphinx/arm/ctrl-channel.rst index d1d1318431..66c8772d52 100644 --- a/doc/sphinx/arm/ctrl-channel.rst +++ b/doc/sphinx/arm/ctrl-channel.rst @@ -715,11 +715,11 @@ Since Kea 1.9.4, there is an additional ``origin`` parameter that specifies the command source. A server administrator should typically omit this parameter because the default value "user" indicates that the administrator sent the command. This command can also be sent by the partner server running HA hooks -library. In that case, the partner server sets the parameter to "ha-partner". -This value is reserved for the communication between HA partners and should not -be specified in the administrator's commands, as it may interfere with -HA operation. The administrator should either omit this parameter or set it to -"user". +library. In that case, the partner server sets the parameter to a unique +integer identifier of a HA service. The integer values are reserved for the +communication between HA partners and should not be specified in the +administrator's commands, as it may interfere with HA operation. The +administrator should either omit this parameter or set it to "user". :: @@ -743,10 +743,11 @@ Since Kea 1.9.4, there is an additional ``origin`` parameter that specifies the command source. A server administrator should typically omit this parameter because the default value "user" indicates that the administrator sent the command. This command can also be sent by the partner server running the HA hook -library. In that case, the partner server sets the parameter to "ha-partner". -This value is reserved for the communication between HA partners and should not -be specified in the administrator's commands, as it may interfere with -HA operation. The administrator should either omit this parameter or set it to +library. In that case, the partner server sets the parameter to a unique +integer identifier of a HA service. The integer values are reserved for the +communication between HA partners and should not be specified in the +administrator's commands, as it may interfere with HA operation. The +administrator should either omit this parameter or set it to "user". :: |