From: Francis Dupont Date: Sat, 20 Oct 2018 22:13:18 +0000 (+0200) Subject: [130-all-keys-sample] Updated X-Git-Tag: 65-libyang-clean-keatext_base~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd925b1ac389449f6b37919464ecb9fcda5985ed;p=thirdparty%2Fkea.git [130-all-keys-sample] Updated --- 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,