Managed PD: initial support
[project/odhcpd.git] / src / odhcpd.h
index 2b7829e..d0373f5 100644 (file)
@@ -120,6 +120,9 @@ struct interface {
        struct odhcpd_event dhcpv4_event;
        struct list_head dhcpv4_assignments;
 
+       // Managed PD
+       char dhcpv6_pd_manager[128];
+
        // Services
        enum odhcpd_mode ra;
        enum odhcpd_mode dhcpv6;