Example:
$ cnetworkmanager --actcon
State | Name | AP | Devices | Default route
----------+-------------+----+---------+--------------
ACTIVATED | System eth0 | | eth0 | *
$ cnetworkmanager --con-info="System eth0"
Connection 'System eth0' not found
Traceback (most recent call last):
File "/usr/bin/cnetworkmanager", line 250, in
cs = c.GetSettings()
AttributeError: 'NoneType' object has no attribute 'GetSettings'
This is with cnetworkmanager 0.21.1.
Example:
$ cnetworkmanager --actcon State | Name | AP | Devices | Default route ----------+-------------+----+---------+-------------- ACTIVATED | System eth0 | | eth0 | * $ cnetworkmanager --con-info="System eth0" Connection 'System eth0' not found Traceback (most recent call last): File "/usr/bin/cnetworkmanager", line 250, in cs = c.GetSettings() AttributeError: 'NoneType' object has no attribute 'GetSettings'This is with cnetworkmanager 0.21.1.