X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface.h;h=6620796306363e2c5a6fb107e131d43e53c0dd17;hp=4d53c83b2e37fd4b657b5e9aaa25bdaf78fb6836;hb=2f976c53919e49b9008e9d5f23349be3c992e87b;hpb=2152229c45f470a14dee33507b331ac38055e062;ds=sidebyside diff --git a/interface.h b/interface.h index 4d53c83..6620796 100644 --- a/interface.h +++ b/interface.h @@ -48,6 +48,7 @@ struct interface { bool autostart; bool config_autostart; + time_t start_time; enum interface_state state; enum interface_config_state config_state; @@ -66,6 +67,9 @@ struct interface { struct vlist_tree proto_addr; struct vlist_tree proto_route; + struct list_head proto_dns_servers; + struct list_head proto_dns_search; + /* errors/warnings while trying to bring up the interface */ struct list_head errors;