From a75fc6ee95ab6ccfb5e4339eb1e1af9e86b4249a Mon Sep 17 00:00:00 2001 From: Arron Wang Date: Thu, 29 Aug 2013 15:35:04 +0800 Subject: [PATCH] Add p2p to interface blacklist Since ConnMan P2P feature is not implemented, we should add the p2p0 interface to the blacklist Change-Id: Ide1643dd7abcfca8f9d7a6aa82ab03fc1227ebd7 --- src/main.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.conf b/src/main.conf index a31634a..644769f 100644 --- a/src/main.conf +++ b/src/main.conf @@ -58,7 +58,7 @@ PreferredTechnologies = wifi # not be handled by connman, if their first characters # match any of the list entries. Default value is # vmnet,vboxnet,virbr. -NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,usb,rndis +NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,usb,rndis,p2p # Keep only a single connected technology at any time. When a new # service is connected by the user or a better one is found according -- 2.7.4