Merge pull request #1492 from flatcar-linux/kai/exclude-bridges-from-dhcp

coreos-base/coreos-init: exclude bridge ifaces from the DHCP config
This commit is contained in:
Kai Lüke 2021-12-20 17:53:45 +01:00 committed by GitHub
commit e1abbeeabd
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