rename "active" to "available"
[project/netifd.git] / interface.h
index 36bde41..020306c 100644 (file)
@@ -35,7 +35,7 @@ struct interface {
 
        char name[IFNAMSIZ];
 
-       bool active;
+       bool available;
        bool autostart;
 
        enum interface_state state;