diff options
author | Razvan Becheriu <razvan@isc.org> | 2023-08-21 07:10:45 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2023-09-18 10:08:07 +0200 |
commit | 150ef07994da9c59ac4081c8df58f5d4d748cac7 (patch) | |
tree | 093452f78a1a0bf10cc645b945bd0a58b048871e /doc/examples/netconf | |
parent | [#2904] revert parsers grammar changes in ARM (diff) | |
download | kea-150ef07994da9c59ac4081c8df58f5d4d748cac7.tar.xz kea-150ef07994da9c59ac4081c8df58f5d4d748cac7.zip |
[#3003] output_options alias for output-options
Diffstat (limited to 'doc/examples/netconf')
-rw-r--r-- | doc/examples/netconf/kea-dhcp6-operations/netconf.json | 2 | ||||
-rw-r--r-- | doc/examples/netconf/simple-dhcp4.json | 2 | ||||
-rw-r--r-- | doc/examples/netconf/simple-dhcp6.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/netconf/kea-dhcp6-operations/netconf.json b/doc/examples/netconf/kea-dhcp6-operations/netconf.json index 1a8cd2113a..653a40c7eb 100644 --- a/doc/examples/netconf/kea-dhcp6-operations/netconf.json +++ b/doc/examples/netconf/kea-dhcp6-operations/netconf.json @@ -17,7 +17,7 @@ [ { "name": "kea-netconf", - "output_options": + "output-options": [ { "output": "stderr" diff --git a/doc/examples/netconf/simple-dhcp4.json b/doc/examples/netconf/simple-dhcp4.json index 309badf862..887c673065 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", diff --git a/doc/examples/netconf/simple-dhcp6.json b/doc/examples/netconf/simple-dhcp6.json index 91e57bece3..1829a44a2b 100644 --- a/doc/examples/netconf/simple-dhcp6.json +++ b/doc/examples/netconf/simple-dhcp6.json @@ -91,7 +91,7 @@ "loggers": [ { "name": "kea-netconf", - "output_options": [ + "output-options": [ { // "output": "/var/log/kea-netconf.log", "output": "stdout", |