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