summaryrefslogtreecommitdiff
path: root/recipes-connectivity/connman/connman/0002-main.conf-blacklist-rndis-nic-s.patch
blob: e435ac0e4cf5ca7796bcc9d5baa7b86ba1d0b5c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 7e374263fe2b0cb884b94849d7def3893175beb0 Mon Sep 17 00:00:00 2001
From: Max Krummenacher <max.krummenacher@toradex.com>
Date: Fri, 30 Dec 2016 13:41:47 +0100
Subject: [PATCH 2/3] main.conf: blacklist rndis nic's

We want them handled by systemd's networkd.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
---
 src/main.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.conf b/src/main.conf
index acceda3..68528d9 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -58,7 +58,7 @@
 # not be handled by connman, if their first characters
 # match any of the list entries. Default value is
 # vmnet,vboxnet,virbr,ifb,ve-,vb-.
-# NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,ifb,ve-,vb-
+NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,ifb,ve-,vb-,usb,rndis
 
 # Allow connman to change the system hostname. This can
 # happen for example if we receive DHCP hostname option.
-- 
2.6.6