coreos-base/coreos-init: exclude bridge ifaces from the DHCP config

This pulls in https://github.com/flatcar-linux/init/pull/56
to find a generic way of preventing conflicts with CNI interfaces that
shouldn't use DHCP and were matched by name to be set Unmanaged.
This commit is contained in:
Kai Lueke 2021-12-09 13:00:04 +01:00
parent 108d8055d8
commit c50ac09c8d
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Excluded special network interface devices like bridge, tunnel, vxlan, and veth devices from the default DHCP configuration to prevent networkd interference ([PR#56](https://github.com/flatcar-linux/init/pull/56))

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="5167ee585e57a66fdba652044267dcb27b765578" # flatcar-master
CROS_WORKON_COMMIT="3a95bb3a7bc6866ab456c8b7705400ac18ce5b27" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi