netifd: Make interface identifier of delegated IPv6 address configurable
[project/netifd.git] / interface-ip.h
index a5612e5..7c4a8ae 100644 (file)
@@ -59,6 +59,7 @@ struct device_prefix_assignment {
        struct list_head head;
        int32_t assigned;
        uint8_t length;
+       struct in6_addr addr;
        bool enabled;
        char name[];
 };