mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
Merge pull request #2016 from daMupfel/disable-dhcp-rapid-commit-for-cloudsigma
changelog: disable DHCP RapidCommit for CloudSigma OEM
This commit is contained in:
commit
a89ecb711a
@ -0,0 +1 @@
|
|||||||
|
- CloudSigma: 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. See: ([flatcar/scripts#2016](https://github.com/flatcar/scripts/pull/2016))
|
@ -7,3 +7,23 @@ coreos:
|
|||||||
version-id: @@OEM_VERSION_ID@@
|
version-id: @@OEM_VERSION_ID@@
|
||||||
home-url: https://www.cloudsigma.com/
|
home-url: https://www.cloudsigma.com/
|
||||||
bug-report-url: https://issues.flatcar.org
|
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