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

adding service vlan range #97

Open
lmarinve opened this issue Jan 10, 2024 · 0 comments
Open

adding service vlan range #97

lmarinve opened this issue Jan 10, 2024 · 0 comments

Comments

@lmarinve
Copy link
Collaborator

services is a dictionary with the following supported keys: "l2vpn-ptp" and "l2vpn-ptmp". Each key is another dictionary with the subkey "vlan_range".
services is a dictionary that, when empty, is treated as having the key "l2vpn-ptp" and subkey "vlan_range" with values from 1 to 4095.
The "vlan_range" key under "l2vpn-ptp" and "l2vpn-ptmp" is a comma-delimited list of tuples, where each tuple's element 0 is the first VLAN ID of the range and the tuple's element 1 is the last VLAN ID of the range. Multiple tuples can be provided in any sequence. The minimum VLAN ID supported is 1 and the maximum VLAN ID supported is 4095.

lmarinve added a commit that referenced this issue Jan 26, 2024
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