From 17e1ca149360b5d81b02ad0783e20aec39721d4c Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 22 Nov 2018 15:41:25 +0100 Subject: [PATCH] [65-libyang-simplify-update-models] Updated all-keys (added enable-queue) --- doc/examples/kea4/all-keys.json | 5 ++++- doc/examples/kea6/all-keys.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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" } }, -- 2.47.2