diff options
author | Manfred Kober <manfred.kober@gmx.de> | 2012-06-21 09:40:30 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-06-25 09:32:35 +0300 |
commit | 0bfab55f1a737afedaffeff652fc3e75ee80f2b4 (patch) | |
tree | cacf516e4aacaef75705e84bd23b7a092d9d475c /src | |
parent | bad3ab10907e1bf5f0c7af4b4ef2c376bdfa940b (diff) | |
download | connman-0bfab55f1a737afedaffeff652fc3e75ee80f2b4.tar.gz connman-0bfab55f1a737afedaffeff652fc3e75ee80f2b4.tar.bz2 connman-0bfab55f1a737afedaffeff652fc3e75ee80f2b4.zip |
main.conf: Add NetworkInterfaceBlacklist
Diffstat (limited to 'src')
-rw-r--r-- | src/main.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.conf b/src/main.conf index e8ab3938..ab21fd89 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 |