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/netconf/simple-dhcp4.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/netconf/simple-dhcp4.json')
-rw-r--r-- | doc/examples/netconf/simple-dhcp4.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/netconf/simple-dhcp4.json b/doc/examples/netconf/simple-dhcp4.json index 887c673065..309badf862 100644 --- a/doc/examples/netconf/simple-dhcp4.json +++ b/doc/examples/netconf/simple-dhcp4.json @@ -90,7 +90,7 @@ "loggers": [ { "name": "kea-netconf", - "output-options": [ + "output_options": [ { // "output": "/var/log/kea-netconf.log", "output": "stdout", |