From: Razvan Becheriu Date: Tue, 13 Oct 2020 09:55:17 +0000 (+0300) Subject: [#1405] minor changes X-Git-Tag: Kea-1.9.2~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b676b154acfd98ec3f960f3ee4b05e97bb0725d8;p=thirdparty%2Fkea.git [#1405] minor changes --- diff --git a/doc/examples/kea4/all-keys-netconf.json b/doc/examples/kea4/all-keys-netconf.json index 5cc9bff32d..ee5719ed4a 100644 --- a/doc/examples/kea4/all-keys-netconf.json +++ b/doc/examples/kea4/all-keys-netconf.json @@ -772,8 +772,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": [ { @@ -793,8 +792,7 @@ "server-tag": "my DHCPv4 server", // DHCP queue control parameters. - "dhcp-queue-control": - { + "dhcp-queue-control": { // Enable queue is mandatory. "enable-queue": true, 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,