From 7fb8ef575d019796b212824a706b0ea5c6bdffaa Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 29 May 2014 23:00:16 +0200 Subject: [PATCH] Move dhcpv6 raw attributes to correct place --- src/odhcpd.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.11.0