NetworkManager/cli/src
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
..
common.c trivial: annotate/adjust some code to appease Coverity 2014-01-16 14:23:45 -05:00
common.h cli: allow specifying 'group.name' syntax for '--fields' 2013-12-17 13:51:34 +01:00
connections.c cli: update 'nmcli con modify' help 2014-02-28 11:44:34 +01:00
connections.h cli: reset terminal using libreadline when quitting on signal (bgo #706118) 2013-09-10 11:45:21 +02:00
devices.c cli: fix crash if active connection doesn't have a device (rh #1064333) 2014-02-12 16:31:39 +01:00
devices.h cli: add initial pieces of nmcli 2010-02-25 09:52:30 -08:00
Makefile.am libnm-util, libnm-glib: add versioned deprecation/availability macros 2014-02-13 11:24:37 -05:00
network-manager.c cli: add 'help' for second level commands (bgo #698237) (rh #1034119) 2014-01-09 10:14:03 +01:00
network-manager.h cli: remove obsolete 'nmcli nm' 2013-04-24 10:04:43 +02:00
nmcli.c nmcli: fix some leaks found by valgrind 2013-10-23 22:22:35 -04:00
nmcli.h cli: allow specifying 'group.name' syntax for '--fields' 2013-12-17 13:51:34 +01:00
settings.c cli: fix a crash when trying to set a white-space string as IP (rh #1071394) 2014-03-03 12:50:02 +01:00
settings.h cli: show warning when setting band/channel for infra mode (rh #1000096) 2014-02-13 12:22:52 +01:00
utils.c cli: consolidate active and configured connections (rh #997999) 2014-01-23 13:45:46 +01:00
utils.h cli: consolidate active and configured connections (rh #997999) 2014-01-23 13:45:46 +01:00