Add support for raw DHCPv6 attributes
[project/odhcpd.git] / src / odhcpd.h
index cf34938..6b90831 100644 (file)
@@ -123,6 +123,8 @@ struct interface {
        // 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;