]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3259] Update .spec files with new hooks-libraries syntax
authorStephen Morris <stephen@isc.org>
Wed, 28 Oct 2015 11:24:27 +0000 (11:24 +0000)
committerStephen Morris <stephen@isc.org>
Wed, 28 Oct 2015 11:24:27 +0000 (11:24 +0000)
src/bin/dhcp4/dhcp4.spec
src/bin/dhcp6/dhcp6.spec

index 84c28d75fe161cde7166e7dd4b69a2c43386b464..f8bb336276eab5da837b2314b17525744a7c42fc 100644 (file)
         "item_default": [],
         "list_item_spec":
         {
-          "item_name": "hooks-library",
-          "item_type": "string",
+          "item_name": "hooks-library-spec",
+          "item_type": "map",
           "item_optional": false,
-          "item_default": ""
+          "map_item_spec": [
+             {
+                "item_name": "library",
+                "item_type": "string"
+                "item_optional": false
+             }
+          ]
         }
       },
 
index f24d15f20ab5bdc00135ffe34b3255a4df7603b2..65a40e3f815255c125e67a672a3fc64252548793 100644 (file)
         "item_default": [],
         "list_item_spec":
         {
-          "item_name": "hooks-library",
-          "item_type": "string",
+          "item_name": "hooks-library-spec",
+          "item_type": "map",
           "item_optional": false,
-          "item_default": ""
+          "map_item_spec": [
+             {
+                "item_name": "library",
+                "item_type": "string"
+                "item_optional": false
+             }
+          ]
         }
       },