libsystemd-network: add support for "Client FQDN" DHCP option
authorBeniamino Galvani <bgalvani@redhat.com>
Mon, 16 Nov 2015 09:17:48 +0000 (10:17 +0100)
committerBeniamino Galvani <bgalvani@redhat.com>
Tue, 17 Nov 2015 14:06:01 +0000 (15:06 +0100)
commit23873e25aac70e1bddd2f701855cf94925111448
treeedfc86400cdeb7a6e225aee031e41cc9c5b177fb
parent54adabf727fbcf1a4f49b59362e92b79da1082f1
libsystemd-network: add support for "Client FQDN" DHCP option

This adds support for the Client Fully Qualified Domain Name (FQDN)
option [RFC 4702] to libsystemd-network. The option can be used to
exchange information about a DHCPv4 client's fully qualified domain
name and about responsibility for updating the DNS RR related to the
client's address assignment.

Other popular DHCP clients (dhclient, dhcpcd) support this option and
it would be useful to have it in networkd too.
src/libsystemd-network/dhcp-protocol.h
src/libsystemd-network/sd-dhcp-client.c