<div dir="ltr">ok...ill try that</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, Sep 10, 2025 at 2:40 PM Marcin Siodelski <<a href="mailto:marcin@isc.org">marcin@isc.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">In fact, I think you have to add option 43 with suboption 1 and the <br>
binary value of "C0A8A9FE" (not 0104c0a8a9fe). If I understand <br>
correctly, the "01" is the suboption code and the 04 is the length of <br>
the payload. These two values are prepended to the suboption value when <br>
specifying suboption code of 1 and the binary value.<br>
<br>
The reason why you're seeing this error when trying to specify the <br>
payload for the option 43 is that Stork assumes that the option 43 has <br>
option definition (which is empty) option with suboptions. That's why it <br>
uses csv-format set to true (instead of false), and Kea rejects it <br>
because there should be no payload when csv-format is true.<br>
<br>
Marcin<br>
<br>
On 10.09.2025 14:22, Peter Davies wrote:<br>
> Hi Tan,<br>
><br>
> Try adding "option" (43) - "suboption" with the "suboption code" = <br>
> 1 and "0104c0a8a9fe" as the value<br>
><br>
><br>
> Your kea configuration should now contain the following global <br>
> option-data definitions:<br>
><br>
> {<br>
> "always-send": false,<br>
> "code": 43,<br>
> "csv-format": false,<br>
> "data": "",<br>
> "name": "vendor-encapsulated-options",<br>
> "never-send": false,<br>
> "space": "dhcp4"<br>
> },<br>
> {<br>
> "always-send": false,<br>
> "code": 1,<br>
> "csv-format": false,<br>
> "data": "C0A8A9FE",<br>
> "never-send": false,<br>
> "space": "vendor-encapsulated-options-space"<br>
> }<br>
> ],<br>
><br>
> /Peter<br>
<br>
<br>
-- <br>
Stork-users mailing list<br>
<a href="mailto:Stork-users@lists.isc.org" target="_blank">Stork-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/stork-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/stork-users</a><br>
</blockquote></div>