[backport] VLAN filtering feature#7185
Open
semarie wants to merge 6 commits into
Open
Conversation
last-genius
requested changes
Jul 22, 2026
last-genius
left a comment
Contributor
There was a problem hiding this comment.
Please backport commits with git cherry-pick -x so that their original hash can be tracked
semarie
force-pushed
the
dev/srt/lcm/vlan-filtering
branch
from
July 22, 2026 11:12
461ed55 to
a14bef0
Compare
Contributor
Author
|
Last push:
|
last-genius
approved these changes
Jul 22, 2026
Signed-off-by: Sebastien Rodot <sebastien.rodot@vates.tech>
Use a more generic message to permit to use it in other context than VLAN creation. Signed-off-by: Sebastien Rodot <sebastien.rodot@vates.tech> (cherry picked from commit 48db100)
- update idl/datamodel to add trunks property on VIF - add validation constraints (trunks filtering on access port isn't valid) - add support inside `vif-real` for initial configuration - add support inside xenopsd for dynamic changes - add test coverage to new attributes References: - Design document: https://github.com/xapi-project/xen-api/blob/788869e5a92e10332ba2428eb91e5a2caf4c7131/doc/content/design/vlan-filtering.md Signed-off-by: Sebastien Rodot <sebastien.rodot@vates.tech> (cherry picked from commit 68c50c3)
Signed-off-by: Sebastien Rodot <sebastien.rodot@vates.tech> (cherry picked from commit d8fcd26)
Signed-off-by: Sebastien Rodot <sebastien.rodot@vates.tech> (cherry picked from commit 887d6ac)
- test_trunks_coherence_vif_set: Xapi_vif.add_trunks and Xapi_vif.set_trunks - test_trunks_coherence_pif_vlan: T.make_pif (Xapi_pif.pool_introduce) and Xapi_vlan.create_internal (WIP) Signed-off-by: Sebastien Rodot <sebastien.rodot@vates.tech> (cherry picked from commit 1f50380)
semarie
force-pushed
the
dev/srt/lcm/vlan-filtering
branch
from
July 22, 2026 12:46
a14bef0 to
8bda12a
Compare
Contributor
Author
|
Last push:
|
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.
Backport of #7123