From ba96409f72ac85e22b5ec6d0093e5614af104e2d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 25 Oct 2013 12:55:40 -0400 Subject: [PATCH] ifcfg-rh: remove a stray reference to bridges and vlans being unsupported --- src/settings/plugins/ifcfg-rh/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/plugins/ifcfg-rh/plugin.c b/src/settings/plugins/ifcfg-rh/plugin.c index 5cd24b0e4a..5f9eb1207c 100644 --- a/src/settings/plugins/ifcfg-rh/plugin.c +++ b/src/settings/plugins/ifcfg-rh/plugin.c @@ -170,7 +170,7 @@ _internal_new_connection (SCPluginIfcfg *self, else device_id = spec; PLUGIN_PRINT (IFCFG_PLUGIN_NAME, "Ignoring connection '%s' / device '%s' " - "due to NM_CONTROLLED/BRIDGE/VLAN.", cid, device_id); + "due to NM_CONTROLLED=no.", cid, device_id); } else { /* Wait for the connection to become unmanaged once it knows the * hardware IDs of its device, if/when the device gets plugged in.