I have configured systemd-networkd to setup my networking, I have created vlan10 and i want to client send hostname to DHCP to register in my DDNS server so question is does networkd support DHCP_HOSTNAME= option?
[root@localhost network]# cat vlan10.network [Match] Name=vlan10 [Network] DHCP=yes I have multiple VLAN and i want to send two different vlan hostname to dhcp server to register them in DNS for example
vlan10 will send hostname foo.vlan10.example.com
vlan 20 will send hostname foo.vlan20.examplee.com