summaryrefslogtreecommitdiffhomepage
path: root/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/interface.h b/interface.h
index 3ce4c99..e50ccf6 100644
--- a/interface.h
+++ b/interface.h
@@ -46,8 +46,8 @@ struct interface_ip_settings {
struct vlist_tree addr;
struct vlist_tree route;
- struct list_head dns_servers;
- struct list_head dns_search;
+ struct vlist_simple_tree dns_servers;
+ struct vlist_simple_tree dns_search;
};
/*