move broadcast address handling to the core
[project/netifd.git] / interface-ip.h
index f6413ee..e983a84 100644 (file)
@@ -27,6 +27,9 @@ struct device_addr {
        enum device_addr_flags flags;
        bool enabled;
 
+       /* ipv4 only */
+       uint32_t broadcast;
+
        /* must be last */
        unsigned int mask;
        union if_addr addr;