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

COLIBRI: EERs stitching code in setup must check SegR type #138

Open
3 tasks
juagargi opened this issue Nov 11, 2022 · 0 comments
Open
3 tasks

COLIBRI: EERs stitching code in setup must check SegR type #138

juagargi opened this issue Nov 11, 2022 · 0 comments

Comments

@juagargi
Copy link
Member

In our COLIBRI service we forgot to add code in the end to end reservation setup to check for segment types when stitching.
Not all combinations of segments are valid when stitching. These are the allowed ones:

  • up, core, down
  • up, down
  • core, down

Note that with these combinations, whenever a core segment appears, the stitching point must ensure that the EER will follow the direction of the reservation. I.e. a core SegR A->B cannot be used to stitch C->B->A at stitching point B

TODO:

  • Check segment type before stitching.
  • Ensure that the segments are followed only in the order of the reservation, at any AS during the EER setup (not only stitching).
  • When stitching, and as a particular case of the above point, ensure that the next segment is followed in the direction of the reservation.
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