Merge pull request #13 from dedeckeh/bugfixes
[project/odhcpd.git] / src / odhcpd.h
index 2b7829e..cf34938 100644 (file)
@@ -120,6 +120,10 @@ struct interface {
        struct odhcpd_event dhcpv4_event;
        struct list_head dhcpv4_assignments;
 
+       // Managed PD
+       char dhcpv6_pd_manager[128];
+       struct in6_addr dhcpv6_pd_cer;
+
        // Services
        enum odhcpd_mode ra;
        enum odhcpd_mode dhcpv6;