diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-01-16 17:08:19 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-29 14:30:03 +0000 |
commit | 3b547f1bb19b898f9d3e9a5c824e8b44e947dc26 (patch) | |
tree | efeb74da067272174c13367a828a1d91b3a8bd65 /meta-agl-core/recipes-connectivity | |
parent | 327a0d5a3b550fe418080bbee934d210b8783b3b (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: Ic9185e4f93a44c2d9e4265513afc04a2ec4c3d4a
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit 29afa2ad9f9d04477c7a80d3a35e83fb6e5227dc)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28416
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-core/recipes-connectivity')
-rw-r--r-- | meta-agl-core/recipes-connectivity/connman/connman-conf/main.conf | 2 |
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 |