summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-05-25 14:14:52 +0200
committerSteven Barth <steven@midlink.org>2014-05-25 14:14:52 +0200
commit87b974a21add279ce7f7be31f7b22f7ea97949c3 (patch)
treeef0785fcf6a168a78f5ccff6836266cd0978e5eb /src/odhcpd.h
parentd3cc614ef3120d504f2029a8e9494dccafdc14dd (diff)
Add support for raw DHCPv6 attributes
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r--src/odhcpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h
index cf34938..6b90831 100644
--- a/src/odhcpd.h
+++ b/src/odhcpd.h
@@ -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;