projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c291a2f
)
move excluded prefix and length out of key for device_prefix
author
Steven Barth
<steven@midlink.org>
Fri, 31 May 2013 14:56:07 +0000
(16:56 +0200)
committer
Steven Barth
<steven@midlink.org>
Fri, 31 May 2013 14:56:07 +0000
(16:56 +0200)
interface-ip.h
patch
|
blob
|
history
diff --git
a/interface-ip.h
b/interface-ip.h
index 442830bc09b19a3f18cb89a8f69d62b61403f1e2..5cc566537a21476bc37c6163de70bbb83644b2e5 100644
(file)
--- a/
interface-ip.h
+++ b/
interface-ip.h
@@
-65,11
+65,11
@@
struct device_prefix {
time_t valid_until;
time_t preferred_until;
- struct in6_addr addr;
struct in6_addr excl_addr;
+ uint8_t excl_length;
+ struct in6_addr addr;
uint8_t length;
- uint8_t excl_length;
char pclass[];
};