[PATCH] Update doc with the actual values from *default_blacklist[]

Javier Bassi <[email protected]> Mon, 31 Mar 2025 17:46:41 -0300
Newsgroups dev.linux.lists.connman
Message-ID <[email protected]>
Signed-off-by: Javier Bassi <[email protected]>
---
 doc/connman.conf.5.in | 2 +-
 src/main.conf         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/connman.conf.5.in b/doc/connman.conf.5.in
index 3eb240f5..9d3dfb94 100644
--- a/doc/connman.conf.5.in
+++ b/doc/connman.conf.5.in
@@ -107,7 +107,7 @@ 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. Default value is
-vmnet,vboxnet,virbr,ifb.
+vmnet,vboxnet,virbr,ifb,ve-,vb-,ham.
 .TP
 .BI AllowHostnameUpdates=true\ \fR|\fB\ false
 Allow connman to change the system hostname. This can
diff --git a/src/main.conf b/src/main.conf
index 5357edb8..cbfef228 100644
--- a/src/main.conf
+++ b/src/main.conf
@@ -66,8 +66,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,ve-,vb-.
-# NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,ifb,ve-,vb-
+# vmnet,vboxnet,virbr,ifb,ve-,vb-,ham.
+# NetworkInterfaceBlacklist = vmnet,vboxnet,virbr,ifb,ve-,vb-,ham
 
 # Allow ConnMan to change the system hostname. This can
 # happen for example if we receive DHCP hostname option.
-- 
2.39.5