NetworkManager/src/nm-cloud-setup
Thomas Haller b68d694b78
cloud-setup: limit number of supported interfaces to avoid overlapping table numbers
The table number is chosen as 30400 + iface_idx. That is, the range is
limited and we shouldn't handle more than 100 devices. Add a check for
that and error out.
2021-09-16 15:51:03 +02:00
..
tests all: unify and rename strv helper API 2021-07-29 10:26:50 +02:00
90-nm-cloud-setup.sh cloud-setup: move from "clients/cloud-setup/" to "src/nm-cloud-setup/" 2021-03-15 17:10:53 +01:00
main.c cloud-setup: limit number of supported interfaces to avoid overlapping table numbers 2021-09-16 15:51:03 +02:00
meson.build cloud-setup: configure secondary ip in Aliyun cloud 2021-07-19 17:41:52 +02:00
nm-cloud-setup-utils.c glib-aux,cloud-setup: add _nm_logging_enabled*() helper API 2021-07-23 16:43:37 +02:00
nm-cloud-setup-utils.h glib-aux,cloud-setup: add _nm_logging_enabled*() helper API 2021-07-23 16:43:37 +02:00
nm-cloud-setup.service.in cloud-setup: configure secondary ip in Aliyun cloud 2021-07-19 17:41:52 +02:00
nm-cloud-setup.timer cloud-setup: move from "clients/cloud-setup/" to "src/nm-cloud-setup/" 2021-03-15 17:10:53 +01:00
nm-http-client.c cloud-setup: move from "clients/cloud-setup/" to "src/nm-cloud-setup/" 2021-03-15 17:10:53 +01:00
nm-http-client.h cloud-setup: move from "clients/cloud-setup/" to "src/nm-cloud-setup/" 2021-03-15 17:10:53 +01:00
nmcs-provider-aliyun.c cloud-setup: add "hwaddr" to NMCSProviderGetConfigIfaceData struct 2021-09-16 15:51:02 +02:00
nmcs-provider-aliyun.h cloud-setup: configure secondary ip in Aliyun cloud 2021-07-19 17:41:52 +02:00
nmcs-provider-azure.c cloud-setup: add "hwaddr" to NMCSProviderGetConfigIfaceData struct 2021-09-16 15:51:02 +02:00
nmcs-provider-azure.h cloud-setup: move from "clients/cloud-setup/" to "src/nm-cloud-setup/" 2021-03-15 17:10:53 +01:00
nmcs-provider-ec2.c cloud-setup: add "hwaddr" to NMCSProviderGetConfigIfaceData struct 2021-09-16 15:51:02 +02:00
nmcs-provider-ec2.h cloud-setup: move from "clients/cloud-setup/" to "src/nm-cloud-setup/" 2021-03-15 17:10:53 +01:00
nmcs-provider-gcp.c cloud-setup: add "hwaddr" to NMCSProviderGetConfigIfaceData struct 2021-09-16 15:51:02 +02:00
nmcs-provider-gcp.h cloud-setup: move from "clients/cloud-setup/" to "src/nm-cloud-setup/" 2021-03-15 17:10:53 +01:00
nmcs-provider.c cloud-setup: track sorted list of NMCSProviderGetConfigIfaceData 2021-09-16 15:51:02 +02:00
nmcs-provider.h cloud-setup: track sorted list of NMCSProviderGetConfigIfaceData 2021-09-16 15:51:02 +02:00
README.md all: add some README.md files describing the purpose of our sources 2021-08-19 17:51:11 +02:00

nm-cloud-setup

A NetworkManager client application that aims to automatically configure the network in a cloud environment.

See:

  • man 8 nm-cloud-setup ([www])