X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface-ip.h;fp=interface-ip.h;h=5cc566537a21476bc37c6163de70bbb83644b2e5;hp=442830bc09b19a3f18cb89a8f69d62b61403f1e2;hb=39efab1db589c30317de9ed2c6dc700bb1252e13;hpb=c291a2f0a97fc766fea8e52f19f94412d54096bd diff --git a/interface-ip.h b/interface-ip.h index 442830b..5cc5665 100644 --- 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[]; };