X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface.h;h=6cfe2645edcd0b5dec77bd131ebfd51aaa1a0caf;hp=c3a43799b949ed9aa7731b27957c717878efaa8b;hb=59217785704fca27d2c7a19e279d27c384a452cd;hpb=1418ef786f275b8458462ee3494573524ca0042c diff --git a/interface.h b/interface.h index c3a4379..6cfe264 100644 --- a/interface.h +++ b/interface.h @@ -102,6 +102,9 @@ struct interface { bool autostart; bool config_autostart; bool device_config; + bool enabled; + bool link_state; + bool force_link; bool dynamic; time_t start_time;