[v2] Networking V2: Added support for ML2 extension port_trusted_vif#3610
Merged
[v2] Networking V2: Added support for ML2 extension port_trusted_vif#3610
Conversation
This allows users to create and update the 'trusted'
status of a port via the ML2 extension.
Includes:
- Extension package definition
- Request/Response structs (CreateOptsExt, UpdateOptsExt)
- Unit tests and acceptance tests
Signed-off-by: Daniel Lawton <dlawton@redhat.com>
kayrus
approved these changes
Jan 22, 2026
mandre
approved these changes
Jan 28, 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.
Backport: #3608
Fixes: #3597
Added Trusted VIF, The port-trusted-vif extension adds
trustedattribute to the port resource.Was implemented as an extension similar to how the
port_security_enabledextension is currently implemented in gophercloud.API Reference: here
Links to the line numbers/files in the OpenStack source code that support the
code in this PR:
https://opendev.org/openstack/neutron/src/commit/762694d1bd6092060ce08c29d12575e303ae2973/neutron/plugins/ml2/extensions/port_trusted.py