X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface.h;fp=interface.h;h=9a7bb3ddbbe4e632ad829498793d164ae3761f5c;hp=c3a43799b949ed9aa7731b27957c717878efaa8b;hb=f35b76c61baf68dc5dd8440fc06d860f8dfacc44;hpb=3d26347d0042313be3c9347f8d82c4ccea67fe68 diff --git a/interface.h b/interface.h index c3a4379..9a7bb3d 100644 --- a/interface.h +++ b/interface.h @@ -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;