mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 23:50:10 +01:00
ifcfg-rh: remove a stray reference to bridges and vlans being unsupported
This commit is contained in:
parent
912152cf85
commit
ba96409f72
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue