add some code for keeping track of dns servers and search domains and for writing...
[project/netifd.git] / interface.h
index 0e81304..6620796 100644 (file)
@@ -67,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;