From 2b4200f2510874a3ee9c09f594d5ab6340ffb336 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 24 Mar 2014 10:01:54 +0100 Subject: Managed PD: initial support --- src/odhcpd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/odhcpd.h') 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; -- cgit v1.2.3