mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[#2629] added origin for ha lease commands
This commit is contained in:
@@ -425,6 +425,26 @@ Examples:
|
||||
|
||||
2018-01-06 01:02:12 CET Administrator deleted a lease for a device identified by: hw-address of 1a:1b:1c:1d:1e:1f
|
||||
|
||||
If High availability module is enabled, the partner will periodically send lease
|
||||
commands which have a similar format, the only difference is that the issuer of
|
||||
the command is 'HA partner' instead of 'Administrator'.
|
||||
|
||||
::
|
||||
|
||||
*timestamp* HA partner added ...
|
||||
|
||||
or
|
||||
|
||||
::
|
||||
|
||||
*timestamp* HA partner updated ...
|
||||
|
||||
or
|
||||
|
||||
::
|
||||
|
||||
*timestamp* HA partner deleted ...
|
||||
|
||||
The ``request-parser-format`` and ``response-parser-format`` options can be used to
|
||||
extract and log data from the incoming packet and server response packet,
|
||||
respectively. The configured value is an evaluated parsed expression returning a
|
||||
@@ -730,6 +750,26 @@ Examples:
|
||||
|
||||
2018-01-06 01:02:11 PST Administrator deleted a lease for a device identified by: duid of 1a:1b:1c:1d:1e:1f:20:21:22:23:24
|
||||
|
||||
If High availability module is enabled, the partner will periodically send lease
|
||||
commands which have a similar format, the only difference is that the issuer of
|
||||
the command is 'HA partner' instead of 'Administrator'.
|
||||
|
||||
::
|
||||
|
||||
*timestamp* HA partner added ...
|
||||
|
||||
or
|
||||
|
||||
::
|
||||
|
||||
*timestamp* HA partner updated ...
|
||||
|
||||
or
|
||||
|
||||
::
|
||||
|
||||
*timestamp* HA partner deleted ...
|
||||
|
||||
The ``request-parser-format`` and ``response-parser-format`` options can be used to
|
||||
extract and log data from the incoming packet and server response packet,
|
||||
respectively. The configured value is an evaluated parsed expression returning a
|
||||
|
Reference in New Issue
Block a user