X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface.h;h=1004bddc2e61e843f7efe409e880b932f02c4962;hp=4b7de5997d3055e1e85938230d3017f0356fa433;hb=7335c3e19ea09674245dda3653d3f40705e68d6b;hpb=c439b52400978dd3799c66e1f632ee68d2c7c9eb diff --git a/interface.h b/interface.h index 4b7de59..1004bdd 100644 --- a/interface.h +++ b/interface.h @@ -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;