NetworkManager/cli/src
Jiří Klimeš d7e1ec9183 cli: accept prefix "ifname/", "uuid/" or "id/" for 'master' argument
nmcli con add type team-slave ifname em2 master team-master0
nmcli con add type team-slave ifname em2 master id/team-master0

It helps to disambiguate values for cases where they may overlap,
e.g. "team0" -> "ifname/team0" or "id/team0"
2014-03-12 10:32:37 +01:00
..
common.c trivial: annotate/adjust some code to appease Coverity 2014-01-16 14:23:45 -05:00
common.h cli: allow specifying 'group.name' syntax for '--fields' 2013-12-17 13:51:34 +01:00
connections.c cli: accept prefix "ifname/", "uuid/" or "id/" for 'master' argument 2014-03-12 10:32:37 +01:00
connections.h cli: reset terminal using libreadline when quitting on signal (bgo #706118) 2013-09-10 11:45:21 +02:00
devices.c cli: fix crash if active connection doesn't have a device (rh #1064333) 2014-02-12 16:31:39 +01:00
devices.h cli: add initial pieces of nmcli 2010-02-25 09:52:30 -08:00
Makefile.am libnm-util, libnm-glib: add versioned deprecation/availability macros 2014-02-13 11:24:37 -05:00
network-manager.c cli: add 'help' for second level commands (bgo #698237) (rh #1034119) 2014-01-09 10:14:03 +01:00
network-manager.h cli: remove obsolete 'nmcli nm' 2013-04-24 10:04:43 +02:00
nmcli.c nmcli: fix some leaks found by valgrind 2013-10-23 22:22:35 -04:00
nmcli.h cli: allow specifying 'group.name' syntax for '--fields' 2013-12-17 13:51:34 +01:00
settings.c cli: fix a crash when trying to set a white-space string as IP (rh #1071394) 2014-03-03 12:50:02 +01:00
settings.h cli: show warning when setting band/channel for infra mode (rh #1000096) 2014-02-13 12:22:52 +01:00
utils.c cli: consolidate active and configured connections (rh #997999) 2014-01-23 13:45:46 +01:00
utils.h cli: consolidate active and configured connections (rh #997999) 2014-01-23 13:45:46 +01:00