Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VLAN trunking and QinQ support for Linux Bridges #6669

Open
3 tasks
rsmontero opened this issue Jul 26, 2024 · 0 comments
Open
3 tasks

VLAN trunking and QinQ support for Linux Bridges #6669

rsmontero opened this issue Jul 26, 2024 · 0 comments

Comments

@rsmontero
Copy link
Member

Description
This issue it to implement VLAN trunking support in Linux bridging. As the implementation of QinQ uses this bridge functionality we will implement support for it in this issue.

Use case
This will allow to restrict the VLANs that a VM can access to and use trunking mode in a secure way, as we'll as easily define QinQ networks.

Interface Changes
The implementation should use the attributes already present in OpenvSwitch

  • VLAN trunking, uses VLAN_TAGGED_ID to specify a range of VLANs to tag, for example: 1,10,30,32,100-200.
  • QinQ uses 2 different attributes to set the customer and service vlan ids:
    • CVLANS Customer VLAN IDs, as a comma separated list
    • VLAN_ID Service 802.1Q VLAN ID. (current setting)

Additional Context
A different feature will address access control to the VLAN sets

Progress Status

  • Code committed
  • Testing - QA
  • Documentation (Release notes - resolved issues, compatibility, known issues)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant