We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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];
};
Unassigned
Christophe Fontaine
No comments.
Original issue: https://jira.fd.io/browse/VPP-587
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: