diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-01-15 19:25:27 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-01-15 19:25:27 +0100 |
commit | 8fb283ca6f9fda0b6cd01a2c7fb6e01ac3c44886 (patch) | |
tree | 54283aa90a33494423176a90109406e74bcfc3d0 /interface.h | |
parent | b7e1b35ff18a759a54e4033d04a3550499dd9fc1 (diff) |
use the simplified vlist type for dns servers/search
Diffstat (limited to 'interface.h')
-rw-r--r-- | interface.h | 4 |
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; }; /* |