chiark / gitweb /
sd-dhcp6-client: Receive and parse a reply and set T1 and T2 timers
[elogind.git] / src / systemd / sd-dhcp6-client.h
index 92ea8b88322b53108987fc88de70f8144f33ad67..15e633bb68f2b51c54e802d8d4df930a19d7d2f7 100644 (file)
@@ -32,6 +32,7 @@ enum {
         DHCP6_EVENT_STOP                        = 0,
         DHCP6_EVENT_RESEND_EXPIRE               = 10,
         DHCP6_EVENT_RETRANS_MAX                 = 11,
+        DHCP6_EVENT_IP_ACQUIRE                  = 12,
 };
 
 typedef struct sd_dhcp6_client sd_dhcp6_client;