summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2023-01-16 17:08:19 -0500
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-01-22 18:03:09 +0000
commit29afa2ad9f9d04477c7a80d3a35e83fb6e5227dc (patch)
tree72612d1af2bdbaa8f857159df2d8c321833ff58a
parent39def8ebd98c98e67304517ab118f9bde4cdf8e7 (diff)
connman-conf: ignore tap interfaces
Add tap* interfaces to the list of interface names that connman should ignore so that it will not conflict with the tap interfaces qemu may set up. This seems safe in general, as a usecase where it makes sense for connman to assign an address to a tap interface is not immediately obvious. Bug-AGL: SPEC-4618 Change-Id: Ic6e82991ccc98496da37b291b3504ed0dc7534c1 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28391 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r--meta-agl-core/recipes-connectivity/connman/connman-conf/main.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-core/recipes-connectivity/connman/connman-conf/main.conf b/meta-agl-core/recipes-connectivity/connman/connman-conf/main.conf
index 4dba25b70..be9fd0ed2 100644
--- a/meta-agl-core/recipes-connectivity/connman/connman-conf/main.conf
+++ b/meta-agl-core/recipes-connectivity/connman/connman-conf/main.conf
@@ -1,3 +1,3 @@
[General]
FallbackTimeservers=pool.ntp.org
-NetworkInterfaceBlacklist=vmnet,vboxnet,virbr,ifb,meth
+NetworkInterfaceBlacklist=vmnet,vboxnet,virbr,tap,ifb,meth