From f9566a2c1931e94b12fc1f5a492b653389fe199a Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Sun, 18 Dec 2022 20:28:20 +0100 Subject: 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 --- src/main.c | 1 + 1 file changed, 1 insertion(+) 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 }; -- cgit v1.2.1