Add support for raw DHCPv6 attributes
[project/odhcpd.git] / src / odhcpd.h
index 2b7829e..6b90831 100644 (file)
@@ -120,6 +120,12 @@ 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;
+       void *dhcpv6_raw;
+       size_t dhcpv6_raw_len;
+
        // Services
        enum odhcpd_mode ra;
        enum odhcpd_mode dhcpv6;