From: Marcin Siodelski Date: Sat, 3 Sep 2016 11:27:42 +0000 (+0200) Subject: [4765] Updated DHCPv4 and DHCPv6 configuration specs. X-Git-Tag: trac5006_base~14^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f32ae16391d9f86ad165b636e843596e2c6cba89;p=thirdparty%2Fkea.git [4765] Updated DHCPv4 and DHCPv6 configuration specs. Added "client-classes" entries. --- diff --git a/src/bin/dhcp4/dhcp4.spec b/src/bin/dhcp4/dhcp4.spec index dbec910df6..cb9a570684 100644 --- a/src/bin/dhcp4/dhcp4.spec +++ b/src/bin/dhcp4/dhcp4.spec @@ -531,6 +531,19 @@ "item_type": "string", "item_optional": true, "item_default": "" + }, + { + "item_name": "client-classes", + "item_type": "list", + "item_optional": true, + "item_default": [], + "list_item_spec": + { + "item_name": "client-class", + "item_type": "string", + "item_optional": false, + "item_default": "" + } } ] } }, diff --git a/src/bin/dhcp6/dhcp6.spec b/src/bin/dhcp6/dhcp6.spec index d824290647..5a45670caa 100644 --- a/src/bin/dhcp6/dhcp6.spec +++ b/src/bin/dhcp6/dhcp6.spec @@ -604,6 +604,19 @@ "item_optional": false, "item_default": "" } + }, + { + "item_name": "client-classes", + "item_type": "list", + "item_optional": true, + "item_default": [], + "list_item_spec": + { + "item_name": "client-class", + "item_type": "string", + "item_optional": false, + "item_default": "" + } } ] } },