summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-03-24 10:01:54 +0100
committerSteven Barth <steven@midlink.org>2014-03-24 10:01:54 +0100
commit2b4200f2510874a3ee9c09f594d5ab6340ffb336 (patch)
treecffe9396e4ae608b989f4d3f70bf25989f040971 /src/odhcpd.h
parentc7a8e2380a5299d48a851717e139c0876e85483e (diff)
Managed PD: initial support
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;