netifd: Link layer state support on interface level
[project/netifd.git] / interface.h
index 4b7de59..1004bdd 100644 (file)
@@ -95,6 +95,8 @@ struct interface {
        bool autostart;
        bool config_autostart;
        bool device_config;
+       bool enabled;
+       bool link_state;
        bool dynamic;
 
        time_t start_time;