Re: [systemd-devel] DHCPServer SendOption 121 classless static route

2024-11-20 Thread Matthias Hörger
This works. Thanks Adam Nielsen schrieb am Mi., 20. Nov. 2024, 10:00: > > How would I go about sending the DHCP server option 121 - classless > static > > route? > > > > https://datatracker.ietf.org/doc/html/rfc3442 > > > > The datatypes for SendOption are uint8, uint16, uint32, ipv4address, >

Re: [systemd-devel] DHCPServer SendOption 121 classless static route

2024-11-20 Thread Adam Nielsen
> How would I go about sending the DHCP server option 121 - classless static > route? > > https://datatracker.ietf.org/doc/html/rfc3442 > > The datatypes for SendOption are uint8, uint16, uint32, ipv4address, > ipv6address, and string. > > I tried a few different types and combinations. They eit

[systemd-devel] DHCPServer SendOption 121 classless static route

2024-11-20 Thread Matthias Hörger
Hi, How would I go about sending the DHCP server option 121 - classless static route? https://datatracker.ietf.org/doc/html/rfc3442 The datatypes for SendOption are uint8, uint16, uint32, ipv4address, ipv6address, and string. I tried a few different types and combinations. They either fail duri