summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Wagner <wagi@monom.org>2022-12-18 20:28:20 +0100
committerDaniel Wagner <wagi@monom.org>2023-01-02 09:15:44 +0100
commitf9566a2c1931e94b12fc1f5a492b653389fe199a (patch)
treed937ba4b68cc1cd99a7ed4312026def739f3abca
parent74e97eda84c4c4fefbd00dceb767495dd062d290 (diff)
downloadconnman-f9566a2c1931e94b12fc1f5a492b653389fe199a.tar.gz
main: Add Hamachi interface to ignore list
The Hamachi VPN daemon setups a network interface calles 'ham0' which is under control of this daemon. ConnMan should ignore it and not starting to auto configure it. Reported by: i.Dark_Templar <darktemplar@dark-templar-archives.net>
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 70277f66..ae4a450d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -78,6 +78,7 @@ static char *default_blacklist[] = {
"ifb",
"ve-",
"vb-",
+ "ham",
NULL
};