Skip to content

Commit

Permalink
bootengine: Exclude mana VF from network management
Browse files Browse the repository at this point in the history
The flatcar/bootengine commit 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 <[email protected]>
  • Loading branch information
jepio committed Sep 18, 2023
1 parent 08a0843 commit dc18330
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="a4ea304bcca3b00defba5011c26053716017eff4" # flatcar-3602-backport
CROS_WORKON_COMMIT="9e68a0cd0bbc92c68169ea544b6c5a720cb78e20" # flatcar-3602-backport
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit dc18330

Please sign in to comment.