sd-dhcp6-client: Add DHCPv6 Solicit message creation and sending
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 19 Jun 2014 12:39:27 +0000 (15:39 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 19 Jun 2014 12:44:44 +0000 (15:44 +0300)
commita9aff3615b430f86bd0a824214d95f634efaf894
treee478eeadc7b494d55e3f8a492c6ccefc8fd9aba2
parent34e8c5a23cd1c53ef3c1169388dabe1f6dfd7319
sd-dhcp6-client: Add DHCPv6 Solicit message creation and sending

Implement the initial functionality used for creating a DHCPv6 Solicit
message containing the needed options and send it to the DHCPv6
broadcast address. Increase the sent message count and ensure that
the Solicit Initial Retransmission Time is strictly greater than
the Solicitation IRT as described in RFC 3315, section 17.1.2.
src/libsystemd-network/dhcp6-internal.h
src/libsystemd-network/sd-dhcp6-client.c