Skip to content

Commit

Permalink
changelog: disable DHCP RapidCommit for CloudSigma OEM
Browse files Browse the repository at this point in the history
  • Loading branch information
daMupfel committed Jun 19, 2024
1 parent 53bc4e9 commit 82cced7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +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))
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,24 @@ coreos:
version-id: @@OEM_VERSION_ID@@
home-url: https://www.cloudsigma.com/
bug-report-url: https://issues.flatcar.org

write_files:
- path: /etc/systemd/network/za-dhcp-no-rapid-commit.network
content: |
[Network]
DHCP=yes
KeepConfiguration=dhcp-on-stop
IPv6AcceptRA=true
[Match]
Name=*
Type=!loopback bridge tunnel vxlan wireguard
Driver=!veth dummy
[DHCP]
UseMTU=true
UseDomains=true
[DHCPv4]
RoutesToDNS=false
RapidCommit=false

0 comments on commit 82cced7

Please sign in to comment.