NetworkManager/cli
Jiří Klimeš 431b75824b cli: set vs. append property value by 'nmcli con modify' (rh #1044027)
Previously 'nmcli con modify' appended values for multi-value properties.
This commit makes 'nmcli con modify' overwrite the whole value. You can
choose appending values by prefixing the setting.property with '+' sign.
For simple (not container) properties the behaviour is the same both with
and without the '+', of course.

Synopsis:
  nmcli connection modify [+]<setting>.<property <value>

Example:
---> ipv4.dns = 1.2.3.4
$ nmcli connection modify my-em1 ipv4.dns 8.8.8.8
---> ipv4.dns = 8.8.8.8
$ nmcli connection modify my-em1 +ipv4.dns 8.8.4.4
---> ipv4.dns = 8.8.8.8 8.8.4.4

https://bugzilla.redhat.com/show_bug.cgi?id=1044027
2014-02-28 10:31:40 +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: set vs. append property value by 'nmcli con modify' (rh #1044027) 2014-02-28 10:31:40 +01:00
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00