From: Steven Barth Date: Thu, 29 May 2014 21:00:16 +0000 (+0200) Subject: Move dhcpv6 raw attributes to correct place X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7fb8ef575d019796b212824a706b0ea5c6bdffaa;p=oweals%2Fodhcpd.git Move dhcpv6 raw attributes to correct place --- diff --git a/src/odhcpd.h b/src/odhcpd.h index 6b90831..64ffca2 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -123,8 +123,6 @@ 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; @@ -159,6 +157,9 @@ struct interface { uint8_t *search; size_t search_len; + void *dhcpv6_raw; + size_t dhcpv6_raw_len; + char* static_ndp; size_t static_ndp_len;