Merge pull request #1491 from flatcar-linux/kai/exclude-cbr0

coreos-base/coreos-init: prevent networkd interference with cbr0 iface
This commit is contained in:
Kai Lüke 2021-12-10 15:14:17 +01:00 committed by GitHub
commit 1b9cb406f6
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Excluded the Kubenet cbr0 interface from networkd's DHCP config and set it to Unmanaged to prevent interference and ensure that it is not part of the network online check ([PR#55](https://github.com/flatcar-linux/init/pull/55))

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="80b3b3cd021b4120cd9218b33b1f92936abe00bb" # flatcar-master
CROS_WORKON_COMMIT="bf688adbf34cc16b613608a2ee3c4a7f30a54395" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi