systemd: fix unmanaged interface in networkd#17046
Merged
Merged
Conversation
christopherco
requested changes
May 28, 2026
christopherco
left a comment
Collaborator
There was a problem hiding this comment.
Please retarget for 3.0-dev
|
Hello, and thank you for opening this pull request! 👋🏼 We appreciate the contribution. We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Commits in this repo will typically be prefixed with Details: |
b6caf4d to
33978f3
Compare
christopherco
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-staticsubpackages, etc.) have had theirReleasetag incremented../cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json)./LICENSES-AND-NOTICES/SPECS/data/licenses.json,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
Backport upstream fix for
networkdunmanaged interfaces from upstream (upstream issue 36997).In systemd v255, unmanaged interfaces may be unexpectedly configured. This can happen on Azure SR-IOV devices which are marked as unmanaged by
01-azure-unmanaged-sriov.network/10-azure-unmanaged-sriov.rules.The backported upstream fix (upstream PR 37809) ensures unmanaged interfaces are not configured by networkd.
Change Log
network-also-check-ID_NET_MANAGED_BY-property-on-rec.patchfrom upstream commit 78f8d5e.Does this affect the toolchain?
NO
Associated issues
Links to CVEs
N/A
Test Methodology