NetworkManager/cli
Jiří Klimeš 296d7f6ec7 cli: fix a crash when trying to set a white-space string as IP (rh #1071394)
nmcli con modify my-profile ipv4.addr "   "
nmcli con modify my-profile ipv6.addr "   "

Note:
Empty string should be used to remove IPs, and 'method' might be needed to set
to 'auto' simultaneously, as well.
$ nmcli con modify profile1 ipv4.addr "" ipv4.method auto

https://bugzilla.redhat.com/show_bug.cgi?id=1071394
2014-03-03 12:50:02 +01:00
..
completion cli/bash-completion: fix nmcli connection CMD completion for --help option 2014-03-02 17:55:14 +01:00
src cli: fix a crash when trying to set a white-space string as IP (rh #1071394) 2014-03-03 12:50:02 +01:00
Makefile.am Add bash-completion file for nmcli 2013-02-19 21:20:59 +01:00