From 39efab1db589c30317de9ed2c6dc700bb1252e13 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 31 May 2013 16:56:07 +0200 Subject: [PATCH] move excluded prefix and length out of key for device_prefix --- interface-ip.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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[]; }; -- 2.11.0