netifd: Link layer state awareness support on interface level
[project/netifd.git] / interface.h
index c3a4379..9a7bb3d 100644 (file)
@@ -102,6 +102,8 @@ struct interface {
        bool autostart;
        bool config_autostart;
        bool device_config;
+       bool enabled;
+       bool link_state;
        bool dynamic;
 
        time_t start_time;