NetworkManager/clients
Thomas Haller 2a1e621704
cli: suppress "(unknown)" output in terse mode for device properties HWADDR and DRIVER
$ nmcli -f GENERAL.HWADDR device show ovsport0
  GENERAL.HWADDR: (unknown)

but:

  $ nmcli -f GENERAL.HWADDR --terse device show ovsport0
  GENERAL.HWADDR:

This is an API change of nmcli.
2020-07-03 11:40:11 +02:00
..
cli cli: suppress "(unknown)" output in terse mode for device properties HWADDR and DRIVER 2020-07-03 11:40:11 +02:00
cloud-setup cloud-setup: don't check redundant error results from nm_http_client_poll_get_finish() 2020-07-03 10:34:29 +02:00
common all: fix typo in man pages 2020-07-03 10:48:04 +02:00
tests all: add ap-isolation property to wifi setting 2020-07-01 17:36:20 +02:00
tui all: fix typo in man pages 2020-07-03 10:48:04 +02:00
meson.build docs: generate nm-settings-docs-nmcli.xml based on nmcli meta data 2020-06-11 10:53:50 +02:00
nm-online.c nm-online: allow configuring timeout via NM_ONLINE_TIMEOUT environment 2020-04-30 21:46:59 +02:00