After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 737250 - nmcli: enhance device info output (team/bridge slaves, BT caps)
nmcli: enhance device info output (team/bridge slaves, BT caps)
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: nmcli
git master
Other Linux
: Normal normal
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-09-24 10:21 UTC by Jiri Klimes
Modified: 2014-09-25 17:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jiri Klimes 2014-09-24 10:21:41 UTC
Add some missing details about devices.

See branch jk/cli-devices-fixes.
Comment 1 Dan Winship 2014-09-25 13:20:35 UTC
sure. although I'd use "master" rather than "btb" in the variable names

(And we really need to fix the code to not need to specify explicit array indexes everywhere so that adding/moving properties isn't such a mess...)
Comment 2 Jiri Klimes 2014-09-25 17:13:55 UTC
(In reply to comment #1)
> sure. although I'd use "master" rather than "btb" in the variable names
> 
Done.

> (And we really need to fix the code to not need to specify explicit array
> indexes everywhere so that adding/moving properties isn't such a mess...)
Yeah, however using e.g. i++ also has drawbacks, because it is then very easy to swap lines by mistake.
Leaving this for later cleanups.


9eb7daa merge: nmcli: displaying devices info (bgo #737250)
9eabe9c cli: move "CONNECTIONS" group lower in the output
6c27af6 cli: show capabilities for Bluetooth devices
0b6bd87 cli: also show team and bridge specific details for devices