diff options
author | Razvan Becheriu <razvan@isc.org> | 2020-10-13 11:55:17 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2020-11-18 14:55:22 +0100 |
commit | b676b154acfd98ec3f960f3ee4b05e97bb0725d8 (patch) | |
tree | 55b8b497d332ac5c9c60dd9dd607091ace3239fd /doc/examples/kea6 | |
parent | [#1405] reverted test configs (diff) | |
download | kea-b676b154acfd98ec3f960f3ee4b05e97bb0725d8.tar.xz kea-b676b154acfd98ec3f960f3ee4b05e97bb0725d8.zip |
[#1405] minor changes
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/all-keys-netconf.json | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/examples/kea6/all-keys-netconf.json b/doc/examples/kea6/all-keys-netconf.json index eb16357c2e..7219e4a5fb 100644 --- a/doc/examples/kea6/all-keys-netconf.json +++ b/doc/examples/kea6/all-keys-netconf.json @@ -763,8 +763,7 @@ // Configuration control (currently not used, i.e. this syntax // is already defined but corresponding feature is not implemented). - "config-control": - { + "config-control": { // Only configuration databases entry is defined. "config-databases": [ { @@ -784,8 +783,7 @@ "server-tag": "my DHCPv6 server", // DHCP queue control parameters. - "dhcp-queue-control": - { + "dhcp-queue-control": { // Enable queue is mandatory. "enable-queue": true, |