Skip to content

Commit

Permalink
disable DHCP rapidcommit for cloudsigma
Browse files Browse the repository at this point in the history
  • Loading branch information
daMupfel committed Sep 10, 2024
1 parent bc3aadb commit 557175b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 557175b

Please sign in to comment.