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

Possible EVC duplication for UNIs with no TAGs #569

Open
Alopalao opened this issue Nov 15, 2024 · 0 comments
Open

Possible EVC duplication for UNIs with no TAGs #569

Alopalao opened this issue Nov 15, 2024 · 0 comments

Comments

@Alopalao
Copy link

mef_eline checks for EVC duplicates when a UNI has not TAG in the method _check_no_tag_duplication() from main.py. This method is not thread-safe and it is placed before adding the EVC to self.circuits. Two EVCs with UNIs without TAGs created simultaneously is theoretically possible.

Possible Solution:

Add "none" to default_special_tags property from Interface.

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