]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[130-all-keys-sample] Updated
authorFrancis Dupont <fdupont@isc.org>
Sat, 20 Oct 2018 22:13:18 +0000 (00:13 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 24 Oct 2018 13:05:49 +0000 (09:05 -0400)
doc/examples/kea4/all-keys.json

index 63085f6c4fd1984e98f216b1bfaa851b6c020720..69595ca590499a94b3523ad24818b8f2b93ec38b 100644 (file)
@@ -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",
               {
                 "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,