diff options
author | Steven Barth <steven@midlink.org> | 2014-05-25 14:14:52 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-05-25 14:14:52 +0200 |
commit | 87b974a21add279ce7f7be31f7b22f7ea97949c3 (patch) | |
tree | ef0785fcf6a168a78f5ccff6836266cd0978e5eb /src/odhcpd.h | |
parent | d3cc614ef3120d504f2029a8e9494dccafdc14dd (diff) |
Add support for raw DHCPv6 attributes
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r-- | src/odhcpd.h | 2 |
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; |