summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-05-29 23:00:16 +0200
committerSteven Barth <steven@midlink.org>2014-05-29 23:00:16 +0200
commit7fb8ef575d019796b212824a706b0ea5c6bdffaa (patch)
treebdb09c18706f6345509245ceb4a206c899ea3851 /src
parent87b974a21add279ce7f7be31f7b22f7ea97949c3 (diff)
Move dhcpv6 raw attributes to correct place
Diffstat (limited to 'src')
-rw-r--r--src/odhcpd.h5
1 files 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;