Skip to content

Conversation

mfencik
Copy link
Contributor

@mfencik mfencik commented Oct 7, 2025

When adding a subport to a trunk in openstack, if by a chance the segmentation_id selected by user is the same as native vlan(aka parent’s port network vlan segment) then the switch will fail to configure the switchport correctly.

This PR will impose limitation for segmenation_id of a subport. It will check all current network segment ranges and if segmentation_id used is inside current ranges, it will raise an error.

@mfencik mfencik force-pushed the fix_native_vlan_clash branch 3 times, most recently from f26079f to 0c37077 Compare October 7, 2025 17:57
@mfencik mfencik force-pushed the fix_native_vlan_clash branch from 0c37077 to 1d5ee84 Compare October 9, 2025 15:33
@mfencik mfencik marked this pull request as ready for review October 9, 2025 15:39
@mfencik mfencik added this pull request to the merge queue Oct 9, 2025
Merged via the queue into main with commit 83d8fc6 Oct 9, 2025
40 checks passed
@mfencik mfencik deleted the fix_native_vlan_clash branch October 9, 2025 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants