nmcli: extend `nmcli device set` command to accept explicit ifname specifier
authorThomas Haller <thaller@redhat.com>
Fri, 18 Sep 2015 08:49:19 +0000 (10:49 +0200)
committerThomas Haller <thaller@redhat.com>
Fri, 18 Sep 2015 11:14:44 +0000 (13:14 +0200)
commit7405d5c7b742fd429d6d4815a416c35f363752bd
tree45c53cb4b6d633ba6974a0a86f1c30000a240596
parent4dffbf8f6abe48a5677e5d702cb107f9946c824f
nmcli: extend `nmcli device set` command to accept explicit ifname specifier

Without it, you cannot set the properties of a device named "help".
Now you can with:

  $ nmcli device set ifname help autoconnect no
clients/cli/devices.c
clients/cli/nmcli-completion
man/nmcli.1.in