]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3604] Updated the dhcp6.spec file.
authorMarcin Siodelski <marcin@isc.org>
Tue, 10 Feb 2015 14:59:55 +0000 (15:59 +0100)
committerMarcin Siodelski <marcin@isc.org>
Tue, 10 Feb 2015 14:59:55 +0000 (15:59 +0100)
src/bin/dhcp6/dhcp6.spec

index 573129f0a8ae09d7293d912ac3beec57d1f9a3ca..3d8bebf6342c08b32c184b93942b9bcf2a169363 100644 (file)
         }
       },
 
-      { "item_name": "interfaces",
-        "item_type": "list",
+      { "item_name": "interfaces-config",
+        "item_type": "map",
         "item_optional": false,
-        "item_default": [ "*" ],
-        "list_item_spec":
+        "item_default": {},
+        "map_item_spec": [
         {
-          "item_name": "interface_name",
-          "item_type": "string",
-          "item_optional": false,
-          "item_default": "*"
+            "item_name": "interfaces",
+            "item_type": "list",
+            "item_optional": false,
+            "item_default": [ "*" ],
+            "list_item_spec":
+            {
+                "item_name": "interface_name",
+                "item_type": "string",
+                "item_optional": false,
+                "item_default": "*"
+            }
         }
-      } ,
+        ]
+      },
 
       { "item_name": "renew-timer",
         "item_type": "integer",