Skip to content

[v2] Networking V2: Added support for ML2 extension port_trusted_vif#3610

Merged
mandre merged 1 commit intov2from
bp-v2-9753503
Jan 28, 2026
Merged

[v2] Networking V2: Added support for ML2 extension port_trusted_vif#3610
mandre merged 1 commit intov2from
bp-v2-9753503

Conversation

@gophercloud-backport-bot
Copy link
Copy Markdown

Backport: #3608

Fixes: #3597

Added Trusted VIF, The port-trusted-vif extension adds trusted attribute to the port resource.
Was implemented as an extension similar to how the port_security_enabled extension 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

            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>
@github-actions github-actions bot added edit:networking This PR updates networking code edit:actions This PR updates GitHub Actions code v2 This PR targets v2 edit:testinfra This PR updates testing infrastructure code semver:minor Backwards-compatible change labels Jan 22, 2026
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 63.638% (+0.01%) from 63.627%
when pulling a92612c on bp-v2-9753503
into ba3d742 on v2.

@mandre mandre merged commit 52db46b into v2 Jan 28, 2026
20 of 21 checks passed
@mandre mandre deleted the bp-v2-9753503 branch January 28, 2026 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

edit:actions This PR updates GitHub Actions code edit:networking This PR updates networking code edit:testinfra This PR updates testing infrastructure code semver:minor Backwards-compatible change v2 This PR targets v2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants