From e7ca7d84d5e2ffc1f13dc5a0e69d56e21c4f4f25 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 4 Aug 2010 16:58:56 -0500 Subject: [PATCH] ifcfg-rh: clarify comment about unmanaged connections --- system-settings/plugins/ifcfg-rh/reader.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system-settings/plugins/ifcfg-rh/reader.c b/system-settings/plugins/ifcfg-rh/reader.c index 91462cd3ea..a8ce149467 100644 --- a/system-settings/plugins/ifcfg-rh/reader.c +++ b/system-settings/plugins/ifcfg-rh/reader.c @@ -3325,7 +3325,10 @@ connection_from_file (const char *filename, g_free (type); - /* Don't bother reading the connection fully if it's unmanaged */ + /* Don't bother reading the connection fully if it's unmanaged. As a + * special-case, BRIDGE= and VLAN= connections are completely ignored so + * that ifup gets an error when it tries to ask NM about them. + */ if (!connection || *unmanaged || ignore_connection) { if (connection && ignore_connection) { g_object_unref (connection);