From: Marcin Siodelski Date: Tue, 10 Feb 2015 14:59:55 +0000 (+0100) Subject: [3604] Updated the dhcp6.spec file. X-Git-Tag: trac3712_base~9^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6eaf7f0c478c0f3358ecfa95ebb0a1c1eb073b30;p=thirdparty%2Fkea.git [3604] Updated the dhcp6.spec file. --- diff --git a/src/bin/dhcp6/dhcp6.spec b/src/bin/dhcp6/dhcp6.spec index 573129f0a8..3d8bebf634 100644 --- a/src/bin/dhcp6/dhcp6.spec +++ b/src/bin/dhcp6/dhcp6.spec @@ -17,18 +17,26 @@ } }, - { "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",