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

Relax the VLAN continuity requirement on dataplane path computation #162

Open
YufengXin opened this issue Sep 4, 2020 · 1 comment
Open
Assignees

Comments

@YufengXin
Copy link
Contributor

    See the code at sdxctlr/TopologyManager.py

line 487.
def find_vlan_on_path(self, 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.
'''
self.dlogger.debug("find_vlan_on_path: %s" % path)
selected_vlan = None
with self.topolock:
for vlan in range(1,4089):

@YufengXin
Copy link
Contributor Author

However, this also requires implementation of vlan translation flow rules in the intermediate switches.

@YufengXin YufengXin reopened this Sep 8, 2020
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

3 participants