NetworkManager/man
Jiří Klimeš c1ace1b5b2 cli: support removing items from container-type properties in 'nmcli con modify'
Synopsis:
nmcli con modify -<property>.<setting> <value>

'value' can be empty ("") to remove the whole property value value (in this
case the behaviour is the same as without '-').
Or the 'value' is an index of the item to remove, or an option name (for a few
properties that have option names, like bond.options or ethernet.s390-options).

$ nmcli con mod myeth ipv4.dns "10.0.0.55 10.0.0.66 8.8.8.8 8.8.4.4"
---> ipv4.dns: 10.0.0.55, 10.0.0.66, 8.8.8.8, 8.8.4.4
$ nmcli con mod myeth -ipv4.dns 1
---> ipv4.dns: 10.0.0.55, 8.8.8.8, 8.8.4.4

---> bond.options: mode=balance-rr
$ nmcli con mod bond0 +bond.options "mii=500, downdelay=800"
---> bond.options: downdelay=800,miimon=500,mode=balance-rr
$ nmcli con mod bond0 -bond.options downdelay
---> bond.options: miimon=500,mode=balance-rr
2014-02-28 10:31:41 +01:00
..
Makefile.am man: add 'nmcli-examples' manual page with examples of nmcli usage 2013-07-22 13:43:54 +02:00
NetworkManager.conf.xml man: NetworkManager.conf.5 fixes and updates 2014-02-03 10:54:11 +01:00
NetworkManager.xml man: update dispatcher scripts description in NetworkManager(8) manual page 2014-01-27 13:27:41 +01:00
nm-online.1.in nm-online: describe '--timeout' option more exactly (rh #969363) 2013-07-11 15:21:22 +02:00
nm-system-settings.conf.5.in remove obsolete nm-tool 2013-03-04 22:11:45 +01:00
nmcli-examples.xml man: fix typo in commands in Team example 2014-01-24 11:13:31 +01:00
nmcli.1.in cli: support removing items from container-type properties in 'nmcli con modify' 2014-02-28 10:31:41 +01:00