core: capture DNS options from resolv.conf

This commit is contained in:
Beniamino Galvani
2015-05-03 22:54:55 +02:00
parent 8d9776997b
commit a1d76a019e
7 changed files with 192 additions and 16 deletions

View File

@@ -123,6 +123,7 @@ void nm_utils_complete_generic (NMConnection *connection,
char *nm_utils_new_vlan_name (const char *parent_iface, guint32 vlan_id);
GPtrArray *nm_utils_read_resolv_conf_nameservers (const char *rc_contents);
GPtrArray *nm_utils_read_resolv_conf_dns_options (const char *rc_contents);
typedef gboolean (NMUtilsMatchFilterFunc) (NMConnection *connection, gpointer user_data);