NetworkManager/cli
Jiří Klimeš a1c3021aa9 cli: allow modifying multiple properties by 'nmcli con modify'
This is necessary especially for cases where properties depend on each other.
So you need to set them in one command, else the profile won't validate.

Examples:
nmcli con mod em1-1 ipv4.method manual ipv4.addr "192.168.1.2/24,10.10.1.5/8"
nmcli con mod profile ipv4.method link-local ipv4.addr ""
2014-02-28 10:31:41 +01:00
..
completion cli/bash-completion: make 'ifname' a mandatory parameter for nmcli connection add 2014-01-30 15:44:16 +01:00
src cli: allow modifying multiple properties by 'nmcli con modify' 2014-02-28 10:31:41 +01:00
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00