mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
disable DHCP rapidcommit for cloudsigma
This commit is contained in:
parent
bc3aadb1bd
commit
557175b3df
@ -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
|
Loading…
x
Reference in New Issue
Block a user