Hi,
How would I go about sending the DHCP server option 121 - classless static route?
The datatypes for SendOption are uint8, uint16, uint32, ipv4address, ipv6address, and string.
I tried a few different types and combinations. They either fail during parsing or just send the wrong information (checked with tcpdump).
As I understand it, I would need something like an uint8 array.
Is this even possible at the moment?
Matthias