coreos-init: Exclude mana VF from network management

The flatcar/init commits includes a change to the azure sriov config file that
excludes devices managed by the mana driver from networkd management, just like
mlx4 and mlx5 devices.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2023-09-12 14:51:35 +02:00
parent c30cc59f0b
commit adcc752da6
2 changed files with 1 additions and 1 deletions

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="3e6270ca55dabaa8c00322753bf409c8453f97a4" # flatcar-3510-backport
CROS_WORKON_COMMIT="8edef94dd894beaccb1d44887cc0a68bae106a9f" # flatcar-3510-backport
KEYWORDS="amd64 arm arm64 x86"
fi