summaryrefslogtreecommitdiff
path: root/recipes-connectivity/connman/connman/0002-main.conf-blacklist-rndis-nic-s.patch
blob: dd6bafa808a1f75e775fe65e555a210db47427d9 (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 38a7afa59f0edc1e4c6a49e778e6456f6cd30446 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/2] 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 14965e1..d7b2951 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -67,7 +67,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.13.6