NetworkManager/clients/common
Beniamino Galvani aa820e9386 all: add more meaningful error code for unsupported IP method
Add a new device state reason code for unsupported IP method. It is
returned, for example, when users select manual IP configuration for
WWAN connections:

 # nmcli connection mod Gsm ipv4.method manual ipv4.address 1.2.3.4/32
 # nmcli connection up Gsm
 Error: Connection activation failed: The selected IP method is not
 supported

compared to the old:

 Error: Connection activation failed: IP configuration could not be
 reserved (no available address, timeout, etc.)

Note that we could instead fail the connection validation if the
method is not supported by the connection type, but adding such
limitation now could make existing connections invalid.

https://bugzilla.redhat.com/show_bug.cgi?id=1459529
2017-12-21 10:02:07 +01:00
..
tests build: rename unit tests with the test- pattern 2017-12-14 20:07:38 +01:00
meson.build build: Remove documentation generation workarounds 2017-12-18 20:46:03 +01:00
nm-client-utils.c all: add more meaningful error code for unsupported IP method 2017-12-21 10:02:07 +01:00
nm-client-utils.h clients/cli: use a nicer password prompt 2017-12-18 14:47:37 +01:00
nm-meta-setting-access.c cli: fix returning no results in complete function 2017-06-28 14:46:15 +02:00
nm-meta-setting-access.h cli: make properties list a list of pointers 2017-04-13 10:10:12 +02:00
nm-meta-setting-desc.c cli: drop nmc_strsplit_set() 2017-12-12 15:19:43 +01:00
nm-meta-setting-desc.h clients: make meta data subtypes of NMObjBaseInst 2017-07-05 14:22:10 +02:00
nm-polkit-listener.c all: cleanup includes and let "nm-default.h" include "config.h" 2016-02-19 17:53:25 +01:00
nm-polkit-listener.h all: cleanup includes in header files 2016-08-17 19:51:17 +02:00
nm-secret-agent-simple.c all: get rid of a handful of unused-but-set variables 2017-12-18 13:29:32 +01:00
nm-secret-agent-simple.h clients: some cleanup of requesting VPN secrets 2017-11-23 14:44:25 +01:00
nm-vpn-helpers.c cli: make static arrays in nm_vpn_get_secret_names() const 2017-04-05 14:18:55 +02:00
nm-vpn-helpers.h include: use double-quotes to include our own headers 2017-03-09 14:12:35 +01:00
settings-docs.c.in libnm-core: add traffic filter support to NMSettingTCConfig 2017-12-11 11:02:04 +01:00
settings-docs.xsl cli: fix marking settings docs for translation 2017-04-23 23:45:02 +02:00