projects
/
oweals
/
odhcpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87b974a
)
Move dhcpv6 raw attributes to correct place
author
Steven Barth
<steven@midlink.org>
Thu, 29 May 2014 21:00:16 +0000
(23:00 +0200)
committer
Steven Barth
<steven@midlink.org>
Thu, 29 May 2014 21:00:16 +0000
(23:00 +0200)
src/odhcpd.h
patch
|
blob
|
history
diff --git
a/src/odhcpd.h
b/src/odhcpd.h
index 6b90831c8410075756b07f30c6f1fd0f7005405e..64ffca2801999bd1c3e1a8b98e650ae383c3b218 100644
(file)
--- 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;