diff options
author | Piotrek Zadroga <piotrek@isc.org> | 2023-08-10 16:46:12 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2023-09-18 10:08:07 +0200 |
commit | 8b7a7ea49059cd2da2b8d55dab4b891cc832ff92 (patch) | |
tree | a2b9c2980fd3270348058a29e16307025661414a /doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json | |
parent | [#2904] adding alias output-options in ARM docs (diff) | |
download | kea-8b7a7ea49059cd2da2b8d55dab4b891cc832ff92.tar.xz kea-8b7a7ea49059cd2da2b8d55dab4b891cc832ff92.zip |
[#2904] updating alias output-options in examples
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 5e6802647c..91912169f0 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" } |