summaryrefslogtreecommitdiff
path: root/src/nm-core-utils.h
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-08-09 09:29:51 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-08-11 09:41:07 +0200
commit81978e36ba13a88166afaa5bfd3f01e9c4aba80a (patch)
treee8f3a186c7c1c17150accd716f7a98d865c328ea /src/nm-core-utils.h
parentd47e0beb7df88e6b11952ece2e50a1541055adab (diff)
downloadNetworkManager-81978e36ba13a88166afaa5bfd3f01e9c4aba80a.tar.gz
device: support match.interface-name
Add support for matching a connection with the new match.interface-name property.
Diffstat (limited to 'src/nm-core-utils.h')
-rw-r--r--src/nm-core-utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nm-core-utils.h b/src/nm-core-utils.h
index fe429a72e9..53c72e16f9 100644
--- a/src/nm-core-utils.h
+++ b/src/nm-core-utils.h
@@ -215,6 +215,10 @@ NMMatchSpecMatchType nm_match_spec_config (const GSList *specs,
GSList *nm_match_spec_split (const char *value);
char *nm_match_spec_join (GSList *specs);
+gboolean nm_wildcard_match_check (const char *str,
+ const char *const *patterns,
+ guint num_patterns);
+
/*****************************************************************************/
const char *nm_utils_get_ip_config_method (NMConnection *connection,