]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3874] Added DUID configuration to the DHCPv6 server spec.
authorMarcin Siodelski <marcin@isc.org>
Mon, 16 Nov 2015 13:54:01 +0000 (14:54 +0100)
committerMarcin Siodelski <marcin@isc.org>
Tue, 17 Nov 2015 19:31:50 +0000 (20:31 +0100)
src/bin/dhcp6/dhcp6.spec

index ebbddf7cc55429b5bebed219fa66f01c58569a88..9662fa571a88e51dfdff06289172ad7093dd3ae6 100644 (file)
@@ -3,6 +3,44 @@
     "module_name": "Dhcp6",
     "module_description": "DHCPv6 server daemon",
     "config_data": [
+      {
+        "item_name": "server-id",
+        "item_type": "map",
+        "item_optional": true,
+        "item_default": { "type": "LLT" },
+        "map_item_spec": [
+        {
+            "item_name": "type",
+            "item_type": "string",
+            "item_optional": false,
+            "item_default": ""
+        },
+        {
+            "item_name": "identifier",
+            "item_type": "string",
+            "item_optional": true,
+            "item_default": ""
+        },
+        {
+            "item_name": "htype",
+            "item_type": "integer",
+            "item_optional": true,
+            "item_default": 0
+        },
+        {
+            "item_name": "time",
+            "item_type": "integer",
+            "item_optional": true,
+            "item_default": 0
+        },
+        {
+            "item_name": "enterprise-id",
+            "item_type": "integer",
+            "item_optional": true,
+            "item_default": 0
+        }
+        ]
+      },
       {
         "item_name": "hooks-libraries",
         "item_type": "list",