summaryrefslogtreecommitdiff
path: root/clients/cloud-setup/nmcs-provider-azure.c
Commit message (Expand)AuthorAgeFilesLines
* build: move "libnm/" to "src/" and split itThomas Haller2021-02-241-1/+1
* all: add "libnm/nm-default-client.h" as replacement for "nm-default.h"Thomas Haller2021-02-091-1/+1
* cloud-setup: assign incremental iface_idx for Azure,GCP get_config() resultThomas Haller2021-01-081-20/+23
* cloud-setup: fail get_config() for Azure on invalid prefixThomas Haller2021-01-081-0/+2
* cloud-setup: use nmcs_utils_ipaddr_normalize_bin() in Azure providerThomas Haller2021-01-081-9/+18
* cloud-setup: handle unknown interaces in get_config() for GCP/AzureThomas Haller2021-01-081-15/+31
* cloud-setup: add and use nmcs_utils_hwaddr_normalize_gbytes()Thomas Haller2021-01-081-1/+1
* cloud-setup: move common code for get_config() to base class and improve canc...Thomas Haller2021-01-081-151/+117
* cloud-setup/trivial: rename "response_data" variableThomas Haller2021-01-081-2/+2
* cloud-setup/trivial: rename variables "config_data" to "get_config_data"Thomas Haller2021-01-081-15/+15
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-2/+2
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-477/+437
* cloud-setup: cleanup error handling in Azure providerThomas Haller2020-07-301-12/+13
* cloud-setup: fix the host address for azureSayed Shah2020-07-301-1/+1
* cloud-setup: add tool for automatic IP configuration in cloudSayed Shah2020-07-291-0/+569