]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-dhcp6-client: Implement Information Request message
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Wed, 10 Dec 2014 14:17:32 +0000 (16:17 +0200)
committerTom Gundersen <teg@jklm.no>
Wed, 10 Dec 2014 17:31:21 +0000 (18:31 +0100)
commitbbfa43ca37df0718287c25a8e39ee7477ebf33f6
tree5e4b9bcadc20569b116d6abfa7141766612ac3a0
parentfab15fec2413bbc15dc7c24724ec82e371c966ba
sd-dhcp6-client: Implement Information Request message

Implement Information Request message according to RFC 3315, section
18.1.5. with the excepion that the first message is not delayed by a
random amount. Instead systemd-networkd is supposed to take care of
desynchronizing between other clients.

Initialize the DHCPv6 client structure in sd_dhcp6_client_start()
as this allows toggling between information request and normal
DHCPv6 address aquisition modes.
src/libsystemd-network/dhcp6-protocol.h
src/libsystemd-network/sd-dhcp6-client.c
src/systemd/sd-dhcp6-client.h