X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface.h;h=5b89b176e5b2f95d849e981e1d70ceb7137b63c4;hp=c2049f1f410f9b4e9e2dc7f8bbc2312b7a8238fa;hb=f56a7fbaa6f155c654e7d01b5c4c0594f21239d6;hpb=6a84e770ed9f4ea0ffe9b20625f8f15868f5424b diff --git a/interface.h b/interface.h index c2049f1..5b89b17 100644 --- a/interface.h +++ b/interface.h @@ -26,6 +26,7 @@ enum interface_event { IFEV_UPDATE, IFEV_FREE, IFEV_RELOAD, + IFEV_LINK_UP, }; enum interface_state { @@ -112,6 +113,8 @@ struct interface { bool link_state; bool force_link; bool dynamic; + bool policy_rules_set; + bool link_up_event; time_t start_time; enum interface_state state;