interface: fix moving interface address routes to the table specified by ip[46]table
[project/netifd.git] / interface-ip.h
index a5612e5..c0a3b92 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[];
 };
@@ -84,6 +85,7 @@ struct device_addr {
        struct vlist_node node;
        bool enabled;
        bool failed;
+       unsigned int policy_table;
 
        /* ipv4 only */
        uint32_t broadcast;