diff options
author | Piotrek Zadroga <piotrek@isc.org> | 2023-08-17 11:33:37 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2023-09-18 10:08:07 +0200 |
commit | 0af98b4be44027db83ee7c14870c9691d4d5696a (patch) | |
tree | 5056b8b63fc173ebf0b2628a484ce08bdfa9397b /doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json | |
parent | [#2904] ARM docs update (diff) | |
download | kea-0af98b4be44027db83ee7c14870c9691d4d5696a.tar.xz kea-0af98b4be44027db83ee7c14870c9691d4d5696a.zip |
[#2904] revert alias output-options in examples
This reverts commit 12b00c890122313c8a912c4252054aab99bc07ad.
Diffstat (limited to 'doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json')
-rw-r--r-- | doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json b/doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json index 91912169f0..5e6802647c 100644 --- a/doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json +++ b/doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json @@ -259,7 +259,7 @@ // component. It tells DHCPv4 server to write all log messages (on // severity INFO or more) to a file. "name": "kea-dhcp4", - "output-options": [ + "output_options": [ { "output": "stdout" } @@ -271,7 +271,7 @@ // This section specifies configuration of the HA hook library-specific // logger. "name": "kea-dhcp4.ha-hooks", - "output-options": [ + "output_options": [ { "output": "stdout" } |