]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3974] Updated DHCPv4 and DHCPv6 spec files with expiration specific params.
authorMarcin Siodelski <marcin@isc.org>
Fri, 2 Oct 2015 12:58:03 +0000 (14:58 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 2 Oct 2015 13:36:05 +0000 (15:36 +0200)
src/bin/dhcp4/dhcp4.spec
src/bin/dhcp6/dhcp6.spec

index 0d8ec185bb673861b1251473fa351d40d4a13868..84c28d75fe161cde7166e7dd4b69a2c43386b464 100644 (file)
         }
         ]
       },
+
+      { "item_name": "expired-leases-processing",
+        "item_type": "map",
+        "item_optional": false,
+        "item_default": {},
+        "map_item_spec": [
+        {
+            "item_name": "reclaim-timer-wait-time",
+            "item_type": "integer",
+            "item_optional": false,
+            "item_default": 10
+        },
+        {
+            "item_name": "flush-reclaimed-timer-wait-time",
+            "item_type": "integer",
+            "item_optional": false,
+            "item_default": 25
+        },
+        {
+            "item_name": "hold-reclaimed-time",
+            "item_type": "integer",
+            "item_optional": false,
+            "item_default": 3600
+        },
+        {
+            "item_name": "max-reclaim-leases",
+            "item_type": "integer",
+            "item_optional": false,
+            "item_default": 100
+        },
+        {
+            "item_name": "max-reclaim-time",
+            "item_type": "integer",
+            "item_optional": false,
+            "item_default": 250
+        },
+        {
+            "item_name": "unwarned-reclaim-cycles",
+            "item_type": "integer",
+            "item_optional": false,
+            "item_default": 5
+        }
+        ]
+      },
       
       { "item_name": "renew-timer",
         "item_type": "integer",
index e0fa45be45f4f46d289ec658fd123f49408047dd..f24d15f20ab5bdc00135ffe34b3255a4df7603b2 100644 (file)
         ]
       },
 
+      { "item_name": "expired-leases-processing",
+        "item_type": "map",
+        "item_optional": false,
+        "item_default": {},
+        "map_item_spec": [
+        {
+            "item_name": "reclaim-timer-wait-time",
+            "item_type": "integer",
+            "item_optional": false,
+            "item_default": 10
+        },
+        {
+            "item_name": "flush-reclaimed-timer-wait-time",
+            "item_type": "integer",
+            "item_optional": false,
+            "item_default": 25
+        },
+        {
+            "item_name": "hold-reclaimed-time",
+            "item_type": "integer",
+            "item_optional": false,
+            "item_default": 3600
+        },
+        {
+            "item_name": "max-reclaim-leases",
+            "item_type": "integer",
+            "item_optional": false,
+            "item_default": 100
+        },
+        {
+            "item_name": "max-reclaim-time",
+            "item_type": "integer",
+            "item_optional": false,
+            "item_default": 250
+        },
+        {
+            "item_name": "unwarned-reclaim-cycles",
+            "item_type": "integer",
+            "item_optional": false,
+            "item_default": 5
+        }
+        ]
+      },
+
       { "item_name": "renew-timer",
         "item_type": "integer",
         "item_optional": false,