NetworkManager/clients
Lubomir Rintel 3fd9bf9d7d clients: fix an error message in case of property ambiguity
Before:

  $ nmcli c modify Dukkha ipv4.ignore no
  Error: invalid property 'ignore': 'ignore' is ambiguous (ignore-auto-routes x (null)).

After:

  $ nmcli c modify Dukkha ipv4.ignore no
  Error: invalid property 'ignore': 'ignore' is ambiguous (ignore-auto-routes x ignore-auto-dns).
2018-05-24 18:39:11 +02:00
..
cli cli: use macro for list of argument for NmcMetaGenericInfo.get_fcn() 2018-05-14 17:53:03 +02:00
common clients: fix an error message in case of property ambiguity 2018-05-24 18:39:11 +02:00
tests clients/tests: drop duplicate tests for German translation 2018-05-24 16:40:17 +02:00
tui all: use the elvis operator wherever possible 2018-05-10 14:36:58 +02:00
meson.build build/meson: use variables for ldflags and linker-script 2018-01-11 12:46:01 +01:00
nm-online.c all: require glib 2.40 2018-01-18 11:45:36 +01:00