CiscoDevNet / pathman-sr

Pathman SR is an open-source app to compute paths and deploy routes in Segment Routing-enabled network.
Other
96 stars 33 forks source link

1-link bug #3

Closed alwye closed 7 years ago

alwye commented 8 years ago

There's a bug in Pathman SR that has to do with NeXt's mechanism of generating and drawing paths. When you construct the path manually, or pull it down from the controller, should there be just one link, it MAY take a wrong direction. The reason being is that the path will be assigned to the link that has precise direction. The bugfix has been pushed and now is waiting for a review. Once that is reviewed in ODL's gerrit, I will push a fix to Pathman.

alwye commented 7 years ago

Fixed in dev, merge pending