Skip to content

Commit 82cced7

Browse files
committed
changelog: disable DHCP RapidCommit for CloudSigma OEM
1 parent 53bc4e9 commit 82cced7

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Disabled the new DHCP RapidCommit feature which is enabled by default since systemd 255. CloudSigma provides an incompatible implementation which results in cloud-init not being applied as no IP is issued. ([Flatcar#1438](https://github.com/flatcar/Flatcar/issues/1438))

sdk_container/src/third_party/coreos-overlay/coreos-base/oem-cloudsigma/files/cloud-config.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,24 @@ coreos:
77
version-id: @@OEM_VERSION_ID@@
88
home-url: https://www.cloudsigma.com/
99
bug-report-url: https://issues.flatcar.org
10+
11+
write_files:
12+
- path: /etc/systemd/network/za-dhcp-no-rapid-commit.network
13+
content: |
14+
[Network]
15+
DHCP=yes
16+
KeepConfiguration=dhcp-on-stop
17+
IPv6AcceptRA=true
18+
19+
[Match]
20+
Name=*
21+
Type=!loopback bridge tunnel vxlan wireguard
22+
Driver=!veth dummy
23+
24+
[DHCP]
25+
UseMTU=true
26+
UseDomains=true
27+
28+
[DHCPv4]
29+
RoutesToDNS=false
30+
RapidCommit=false
File renamed without changes.

0 commit comments

Comments
 (0)