From bd925b1ac389449f6b37919464ecb9fcda5985ed Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Sun, 21 Oct 2018 00:13:18 +0200 Subject: [PATCH] [130-all-keys-sample] Updated --- doc/examples/kea4/all-keys.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index 63085f6c4f..69595ca590 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -1,5 +1,7 @@ // This is not an example configuratiion but a test sample for configuration // management tools. This in no way reflect a real configuration. +// If you need to load this file you have to update the interface name (eth1) +// and the hook library path (/opt/lib/hooks). { "Dhcp4": { "boot-file-name": "/dev/null", @@ -242,12 +244,14 @@ { "client-class": "phones_server2", "option-data": [], - "pool": "192.3.0.1/16" + "pool": "192.3.0.1/16", + "require-client-classes": [] }, { "client-class": "laptops_server2", "option-data": [], - "pool": "192.4.0.1/16" + "pool": "192.4.0.1/16", + "require-client-classes": [] } ], "rebind-timer": 40, -- 2.47.2