interface-ip: allow configuring routes without explicit interface
[project/netifd.git] / interface-ip.h
index 8843349b2de8227df6d2eabcfc99aa27b47fc04b..cc7efbdb84804f744f2b75d47631bff8982ef079 100644 (file)
@@ -51,6 +51,9 @@ enum device_addr_flags {
 
        /* neighbor mac address */
        DEVNEIGH_MAC            = (1 << 11),
+
+       /* route specifies no device */
+       DEVROUTE_NODEV          = (1 << 12),
 };
 
 union if_addr {