On Sat 01/01/2022 11:37, Florian Obser wrote: > ping > On 2021-12-24 10:16 +01, Florian Obser <flor...@openbsd.org> wrote: > > Make host name DHCP option configurable. > > Diff from ha...@sdf.org, tweaks by me. > > > > RFC 2132 says a host name must have a lenght of at least 1, so we can > > use strlen(h_name) == 0 to not send a host name option at all and h_name > > == NULL to send the default host name option. > > > > OK?
Builds and works as advertised. Tested several options/configurations. Would be nice to have this!