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

Assign existing unused VLANs when possible #126

Open
sajith opened this issue Jun 28, 2023 · 0 comments
Open

Assign existing unused VLANs when possible #126

sajith opened this issue Jun 28, 2023 · 0 comments
Assignees
Labels

Comments

@sajith
Copy link
Member

sajith commented Jun 28, 2023

Grabbing an issue for this TODO item:

def _find_vlan_on_path(self, path):
"""
Find an unused available VLAN on path.
Finds a VLAN that's not being used at the moment on a provided
path. Returns an available VLAN if possible, None if none are
available on the submitted path.
output: vlan_tag string or None
"""
# TODO: implement this
assert False, "Not implemented"

@sajith sajith added the enhancement New feature or request label Jun 28, 2023
@sajith sajith self-assigned this Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant