From 3c14db1edbaed85394c9549af58dc2cae9a5f5c3 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Mon, 27 Oct 2025 14:19:22 +0900 Subject: [PATCH] Exclude TUN devices from default systemd-networkd setup This pulls in https://github.com/flatcar/init/pull/136 to prevent the default network setup to conflict with TUN/TAP device configuration from other tools. Signed-off-by: Kai Lueke --- changelog/bugfixes/2025-10-27-tun-interface-exclusion.md | 1 + .../coreos-base/coreos-init/coreos-init-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/bugfixes/2025-10-27-tun-interface-exclusion.md diff --git a/changelog/bugfixes/2025-10-27-tun-interface-exclusion.md b/changelog/bugfixes/2025-10-27-tun-interface-exclusion.md new file mode 100644 index 0000000000..5f8df2d61b --- /dev/null +++ b/changelog/bugfixes/2025-10-27-tun-interface-exclusion.md @@ -0,0 +1 @@ +- Excluded TUN/TAP interfaces from the default DHCP network configuration to solve conflicts with the programs that created them ([Flatcar#1933](https://github.com/flatcar/Flatcar/issues/1933)) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild index 4fa213478c..4f05f18424 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild @@ -9,7 +9,7 @@ if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~x86" else EGIT_BRANCH="flatcar-4230-backport" - EGIT_COMMIT="1f89e0e11c81e273c225ea5b02cfc727865f236b" # flatcar-4230-backport + EGIT_COMMIT="d51b08a4a3f92212c98dcfc17ba5c4db7fac6c97" # flatcar-4230-backport KEYWORDS="amd64 arm arm64 x86" fi