projects
/
project
/
odhcpd.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add support for raw DHCPv6 attributes
[project/odhcpd.git]
/
src
/
odhcpd.h
diff --git
a/src/odhcpd.h
b/src/odhcpd.h
index
cf34938
..
6b90831
100644
(file)
--- 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;