From bff57a98c50847eb5a36ee334d2f4b16877553bd Mon Sep 17 00:00:00 2001 From: Jeremi Piotrowski Date: Wed, 4 Oct 2023 11:31:06 +0200 Subject: [PATCH] changelog: Add entry for RoutesToDNS default setting change Signed-off-by: Jeremi Piotrowski --- changelog/bugfixes/2023-10-04-azure-multinic.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/bugfixes/2023-10-04-azure-multinic.md diff --git a/changelog/bugfixes/2023-10-04-azure-multinic.md b/changelog/bugfixes/2023-10-04-azure-multinic.md new file mode 100644 index 0000000000..bf051071a5 --- /dev/null +++ b/changelog/bugfixes/2023-10-04-azure-multinic.md @@ -0,0 +1 @@ +- Disabled systemd-networkd's RoutesToDNS setting by default to fix provisioning failures observed in VMs with multiple network interfaces on Azure ([scripts#1206](https://github.com/flatcar/scripts/pull/1206))