From: Francis Dupont Date: Thu, 22 Nov 2018 14:41:25 +0000 (+0100) Subject: [65-libyang-simplify-update-models] Updated all-keys (added enable-queue) X-Git-Tag: 75-radius-documentation-needs-an-update_base~20 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=17e1ca149360b5d81b02ad0783e20aec39721d4c;p=thirdparty%2Fkea.git [65-libyang-simplify-update-models] Updated all-keys (added enable-queue) --- diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index c566cdc3f5..e24d1be737 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -682,7 +682,10 @@ // DHCP queue control parameters. "dhcp-queue-control": { - // Queue type is mandatory. + // Enable queue is mandatory. + "enable-queue": true, + + // Queue type was mandatory. "queue-type": "kea-ring4" } }, diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index 2274d579f0..88dc5e3095 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -638,7 +638,10 @@ // DHCP queue control parameters. "dhcp-queue-control": { - // Queue type is mandatory. + // Enable queue is mandatory. + "enable-queue": true, + + // Queue type was mandatory. "queue-type": "kea-ring6" } },