proto-shell: fix updating settings, only issue ifup event after configuration has...
[project/netifd.git] / interface-ip.h
index 23782ad..6049d14 100644 (file)
@@ -55,7 +55,13 @@ struct dns_search_domain {
 };
 
 void interface_ip_init(struct interface *iface);
+void interface_add_dns_server(struct interface *iface, const char *str);
+void interface_add_dns_server_list(struct interface *iface, struct blob_attr *list);
 void interface_clear_dns(struct interface *iface);
 void interface_write_resolv_conf(void);
 
+void interface_ip_update_start(struct interface *iface);
+void interface_ip_update_complete(struct interface *iface);
+
+
 #endif