summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2016-04-13 10:39:14 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2016-04-13 10:48:00 +0300
commit1106489ecb1e83bf628451aa06fdcbd9839c8e50 (patch)
treeabe084254478002a2e487265c0aad519f9f9f10a
parent8a6c2c19fcfeafff6bc267beb92b12c64b4e99e2 (diff)
downloadconnman-1106489ecb1e83bf628451aa06fdcbd9839c8e50.tar.gz
main.conf: Update default NetworkInterfaceBlacklist value
The default value for NetworkInterfaceBlacklist has been updated with ve- and vb- prefixes used by systemd.
-rw-r--r--src/main.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.conf b/src/main.conf
index eb352fb6..acceda3c 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -57,8 +57,8 @@
# 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. Default value is
-# vmnet,vboxnet,virbr,ifb.
-# NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,ifb
+# vmnet,vboxnet,virbr,ifb,ve-,vb-.
+# NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,ifb,ve-,vb-
# Allow connman to change the system hostname. This can
# happen for example if we receive DHCP hostname option.