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

support for inner and outer vlan-priority encoding #299

Open
DharmendraShetty opened this issue Jan 9, 2025 · 0 comments
Open

support for inner and outer vlan-priority encoding #299

DharmendraShetty opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request fixed

Comments

@DharmendraShetty
Copy link

DharmendraShetty commented Jan 9, 2025

**Is your feature request related to a problem? Yes

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Currently there is just a vlan-priority support which is applicable to outer vlan & inner-vlan the same value.
But we need support of vlan priority now specific to inner-vlan & outer-vlan.

Describe the solution you'd like
Provide the option of inner vlan-priority
say "inner-vlan-priority" attribute introduce under streams

A clear and concise description of what you want to happen.
Currently traffic stream defintion is below way:
"streams": [
{
"name": "Voice",
"stream-group-id": 1,
"type": "ipv4",
"direction": "downstream",
"priority": 128,
"vlan-priority": 2,
"network-ipv4-address": "10.0.0.10",
"pps": 100
}
]
The vlan-priority we have in the above stream, maps to both inner-vlan and outer-vlan the same value.
But the ask is, to provide support explicitly for inner-vlan , a vlan priority

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.
NA
Additional context

Add any other context or screenshots about the feature request here.
NA

Thanks,
Dharmendra

@DharmendraShetty DharmendraShetty added the enhancement New feature or request label Jan 9, 2025
@GIC-de GIC-de added the fixed label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fixed
Projects
None yet
Development

No branches or pull requests

2 participants