diff options
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; |