NetworkManager/clients/cloud-setup
Thomas Haller f0faf2e1a1
cloud-setup: handle unknown interaces in get_config() for GCP/Azure
The API of mcs_provider_get_config() allows to explicitly request
for certain interfaces (MAC addresses), but it also allows to fetch
any.

That means, the result dictionary will be pre-populated with the
MAC addresses that were requested, but if we encounter an unknown
interface, then that is not a reason to fail.
2021-01-08 16:32:48 +01:00
..
90-nm-cloud-setup.sh cloud-setup: let dispatcher script run tool only if service is enabled 2019-12-03 16:18:33 +01:00
main.c all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
meson.build all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
nm-cloud-setup-utils.c cloud-setup: add and use nmcs_utils_hwaddr_normalize_gbytes() 2021-01-08 16:32:48 +01:00
nm-cloud-setup-utils.h cloud-setup: add and use nmcs_utils_hwaddr_normalize_gbytes() 2021-01-08 16:32:48 +01:00
nm-cloud-setup.service.in cloud-setup: add tool for automatic IP configuration in cloud 2020-07-29 15:56:15 +02:00
nm-cloud-setup.timer cloud-setup: add tool for automatic IP configuration in cloud 2019-11-28 19:52:18 +01:00
nm-http-client.c all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
nm-http-client.h all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
nmcs-provider-azure.c cloud-setup: handle unknown interaces in get_config() for GCP/Azure 2021-01-08 16:32:48 +01:00
nmcs-provider-azure.h all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
nmcs-provider-ec2.c cloud-setup: handle unknown interaces in get_config() for GCP/Azure 2021-01-08 16:32:48 +01:00
nmcs-provider-ec2.h all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
nmcs-provider-gcp.c cloud-setup: handle unknown interaces in get_config() for GCP/Azure 2021-01-08 16:32:48 +01:00
nmcs-provider-gcp.h all: update deprecated SPDX license identifiers 2021-01-05 09:46:21 +01:00
nmcs-provider.c cloud-setup: move common code for get_config() to base class and improve cancellation 2021-01-08 16:32:48 +01:00
nmcs-provider.h cloud-setup: handle unknown interaces in get_config() for GCP/Azure 2021-01-08 16:32:48 +01:00