Add inline fls() function for linux
[project/netifd.git] / interface-ip.h
index 2f5cf85..e83e327 100644 (file)
@@ -31,6 +31,7 @@ struct device_route {
        void *ctx;
 
        enum device_addr_flags flags;
+       bool keep;
 
        unsigned int mask;
        union if_addr addr;