From a34b57c0d43b8bf819ccd4f62c314b41b625454d Mon Sep 17 00:00:00 2001 From: Patrik Flykt Date: Thu, 19 Jun 2014 15:39:57 +0300 Subject: sd-dhcp6-client: Receive and parse a reply and set T1 and T2 timers Receive and parse a Reply from the server. Set up T1 and T2 timers and notify the library user of an acquired DHCPv6 lease. --- src/libsystemd-network/dhcp6-protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libsystemd-network/dhcp6-protocol.h') diff --git a/src/libsystemd-network/dhcp6-protocol.h b/src/libsystemd-network/dhcp6-protocol.h index 754e800088..8b3a81911e 100644 --- a/src/libsystemd-network/dhcp6-protocol.h +++ b/src/libsystemd-network/dhcp6-protocol.h @@ -70,6 +70,7 @@ enum DHCP6State { DHCP6_STATE_RS = 1, DHCP6_STATE_SOLICITATION = 2, DHCP6_STATE_REQUEST = 3, + DHCP6_STATE_BOUND = 4, }; enum { -- cgit v1.2.3-54-g00ecf