<div dir="ltr">Hi,<div><br></div><div>I'm using the kea-1.0.0-1.fc23 package for Fedora 23. I'm trying to define and use a couple vendor specific options but they aren't being sent. Section 7.2.10 of the documentation specifies:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div>"We also include the Vendor Specific Information option, the option that conveys our sub-option "foo". This is required, else the option will not be included in messages sent to the client."</div><div><br></div></blockquote><div>but I'm not entirely clear how this is done. Adding an object with the single key "name" or "code" logs an error "no option value specified". Adding an empty value also errors.</div><div><br></div><div>What am I missing here?</div><div><br></div><div>Relevant config:</div><div><br></div><div><div>"Dhcp4":</div><div>{</div><div>  "option-def": [</div><div>    {</div><div>      "name":  "MSFT_5_0-Disable_NetBIOS_Over_TCPIP",</div><div>      "code":  1,</div><div>      "space": "vendor-encapsulated-options-space",</div><div>      "type":  "uint8",</div><div>      "encapsulate": ""</div><div>    },</div><div>    {</div><div>      "name":  "MSFT_5_0-Release_DHCP_Lease_on_Shutdown",</div><div>      "code":  2,</div><div>      "space": "vendor-encapsulated-options-space",</div><div>      "type":  "uint8",</div><div>      "encapsulate": ""</div><div>    }</div><div>  ],</div><div><br></div><div>  "option-data": [</div><div>    {</div><div>      "name": "domain-name-servers",</div><div>      "code": 6,</div><div>      "space": "dhcp4",</div><div>      "csv-format": true,</div><div>      "data": "10.10.50.11"</div><div>    },</div><div>    {</div><div>      "name": "netbios-node-type",</div><div>      "code": 46,</div><div>      "space": "dhcp4",</div><div>      "csv-format": true,</div><div>      "data": "2"</div><div>    },</div><div>    {</div><div>      "name": "MSFT_5_0-Disable_NetBIOS_Over_TCPIP",</div><div>      "code": 1,</div><div>      "space": "vendor-encapsulated-options-space",</div><div>      "csv-format": true,</div><div>      "data": "2"</div><div>    },</div><div>    {</div><div>      "name": "MSFT_5_0-Release_DHCP_Lease_on_Shutdown",</div><div>      "code": 2,</div><div>      "space": "vendor-encapsulated-options-space",</div><div>      "csv-format": true,</div><div>      "data": "1"</div><div>    }</div><div>  ]</div><div>}</div></div><div><br></div><div>Thanks,</div><div><br></div><div>Derek Lambert</div>















</div>