disable DHCP rapidcommit for cloudsigma

This commit is contained in:
David Eichin 2024-09-10 07:18:52 +02:00
parent bc3aadb1bd
commit 557175b3df
2 changed files with 20 additions and 0 deletions

View File

@ -7,3 +7,23 @@ coreos:
version-id: @@OEM_VERSION_ID@@
home-url: https://www.cloudsigma.com/
bug-report-url: https://issues.flatcar.org
units:
- name: 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