From 0bfab55f1a737afedaffeff652fc3e75ee80f2b4 Mon Sep 17 00:00:00 2001 From: Manfred Kober Date: Thu, 21 Jun 2012 09:40:30 +0200 Subject: [PATCH] main.conf: Add NetworkInterfaceBlacklist --- src/main.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main.conf b/src/main.conf index e8ab393..ab21fd8 100644 --- a/src/main.conf +++ b/src/main.conf @@ -51,3 +51,9 @@ BackgroundScanning = true # will get the default route when compared to either a # non-preferred type or a preferred type in state 'ready'. # PreferredTechnologies = + +# List of blacklisted network interfaces separated by ",". +# Found interfaces will be compared to the list and will +# not be handled by connman, if their first characters +# match any of the list entries. +NetworkInterfaceBlacklist = vmnet,vboxnet,virbr -- 2.7.4