interface: add prefix assignment priority support
[project/netifd.git] / interface-ip.h
index 01727c9b8ae063b31e2d0634e3d815e1346d450a..197bd9a5a1c7e3304c7f3e3efc5a4128f00f425b 100644 (file)
@@ -59,6 +59,7 @@ struct device_prefix_assignment {
        struct list_head head;
        int32_t assigned;
        uint8_t length;
+       int weight;
        struct in6_addr addr;
        bool enabled;
        char name[];