NetworkManager/cli
Jiří Klimeš 831b7e2352 cli: move 'nmcli con status' under 'nmcli connection show' as 'active'
The static connection profiles are 'configured'.

So, now we have:
nmcli connection show configured [[id|uuid|path] <ID>]
  - shows configured connections
nmcli connection show active     [[id|uuid|path|apath] <ID>]
  - shows active connections

Without arguments the commands list all connections; with an argument, the details
of the requested connection is shown.
2013-04-08 16:09:23 -05:00
..
completion Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00
src cli: move 'nmcli con status' under 'nmcli connection show' as 'active' 2013-04-08 16:09:23 -05:00
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00