<div dir="auto"><div>This works. <div dir="auto"><br></div><div dir="auto">Thanks</div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Adam Nielsen <<a href="mailto:a.nielsen@shikadi.net">a.nielsen@shikadi.net</a>> schrieb am Mi., 20. Nov. 2024, 10:00:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> How would I go about sending the DHCP server option 121 - classless static<br>
> route?<br>
> <br>
> <a href="https://datatracker.ietf.org/doc/html/rfc3442" rel="noreferrer noreferrer" target="_blank">https://datatracker.ietf.org/doc/html/rfc3442</a><br>
> <br>
> The datatypes for SendOption are uint8, uint16, uint32, ipv4address,<br>
> ipv6address, and string.<br>
> <br>
> I tried a few different types and combinations. They either fail during<br>
> parsing or just send the wrong information (checked with tcpdump).<br>
> <br>
> As I understand it, I would need something like an uint8 array.<br>
<br>
The manpage says you can use C-style escapes, so can you send the value<br>
as a string? For example "\x01\x02\xFF" etc?<br>
<br>
Cheers,<br>
Adam.<br>
</blockquote></div></div></div>