summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r--src/odhcpd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h
index 2b7829e..d0373f5 100644
--- a/src/odhcpd.h
+++ b/src/odhcpd.h
@@ -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;