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 <jpiotrowski@microsoft.com>
  • Loading branch information
jepio committed Sep 15, 2023
1 parent c9e99b3 commit 1329ae4
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="1066c7f5155f9846da3f83473be9c8768524b52c" # flatcar-master
CROS_WORKON_COMMIT="ff51d147a406307217d4d2515983ae56583e2e4e" # TODO
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 1329ae4

Please sign in to comment.