mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 11:40:18 +01:00
ifcfg-rh: clarify comment about unmanaged connections
This commit is contained in:
parent
18fdf0c0a9
commit
e7ca7d84d5
1 changed files with 4 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue