sd-dhcp6-client: Implement Renew and Rebind

System Internals / systemd - Patrik Flykt [linux.intel.com] - 26 June 2014 08:10 UTC

Start sending Renew and Rebind DHCPv6 messages when respective timers T1 and T2 expire. Rebind messages do not include a Server ID option and the Rebind procedure ends when the last IPv6 address valid lifetime expires, whereafter the client restarts the address acquisition procedure by Soliciting for available servers.

See RFC 3315, sections 18.1.3. and 18.1.4. for details.

3dc34fc sd-dhcp6-client: Implement Renew and Rebind
src/libsystemd-network/dhcp6-protocol.h | 6 +++
src/libsystemd-network/sd-dhcp6-client.c | 68 +++++++++++++++++++++++++++++-
2 files changed, 73 insertions(+), 1 deletion(-)

Upstream: github.com


  • Share