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

[VPP-587] VLAN subinterface API: Add Tag Parameter #1935

Open
vvalderrv opened this issue Jan 31, 2025 · 0 comments
Open

[VPP-587] VLAN subinterface API: Add Tag Parameter #1935

vvalderrv opened this issue Jan 31, 2025 · 0 comments

Comments

@vvalderrv
Copy link
Contributor

Description

On VLAN subinterface creation, we can not set the tag of the interface.

Using the interface tag in the openstack ml2 plugin, an atomic operation for the creation of the subif AND the tagging is highly desired.

This implies an API modification:

define create_vlan_subif

{

u32 client_index;

u32 context;

u32 sw_if_index;

u32 vlan_id;

u8 tag[64];

};

Assignee

Unassigned

Reporter

Christophe Fontaine

Comments

No comments.

Original issue: https://jira.fd.io/browse/VPP-587

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

No branches or pull requests

1 participant