Skip to content

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

@juagargi

Description

@juagargi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions