From: Steven Barth Date: Fri, 31 May 2013 14:56:07 +0000 (+0200) Subject: move excluded prefix and length out of key for device_prefix X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=39efab1db589c30317de9ed2c6dc700bb1252e13;p=oweals%2Fnetifd.git move excluded prefix and length out of key for device_prefix --- 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[]; };