add simple device config params to interface blob attributes, and add a flag that...
[project/netifd.git] / interface.h
index 6724bb9..efd3560 100644 (file)
@@ -86,6 +86,7 @@ struct interface {
        bool available;
        bool autostart;
        bool config_autostart;
+       bool device_config;
 
        time_t start_time;
        enum interface_state state;