chiark / gitweb /
sd-dhcp6-client: Add Option Request Option support
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 24 Jun 2014 13:20:32 +0000 (16:20 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 26 Jun 2014 13:10:11 +0000 (16:10 +0300)
commitda6fe470e17fa02f3adedc779585caf8669252bd
tree1013abf1c360df17f402ca70ec024636364c671e
parent1873a3d344042e818d2a5762c0ebfc3823c8f84d
sd-dhcp6-client: Add Option Request Option support

Provide a function to request more options from the DHCPv6 server.
Provide a sensible default set at startup and add test basic test
cases for the intended usage.

Define DNS and NTP related option codes and add comments for the
unassigned codes.
src/libsystemd-network/dhcp6-protocol.h
src/libsystemd-network/sd-dhcp6-client.c
src/libsystemd-network/test-dhcp6-client.c
src/systemd/sd-dhcp6-client.h