interface: add prefix assignment priority support
[project/netifd.git] / interface.h
index 7d5b3094346a9ac1f388caea76bbc740e300e09b..147232436a8ead3aeecbda3ab87b1fb20bc42d4a 100644 (file)
@@ -155,6 +155,7 @@ struct interface {
        uint8_t assignment_length;
        int32_t assignment_hint;
        struct list_head assignment_classes;
+       int assignment_weight;
 
        /* errors/warnings while trying to bring up the interface */
        struct list_head errors;