kytos-ng / pathfinder

Kytos main path finder Network Application (NApp)
https://kytos-ng.github.io/api/pathfinder.html
MIT License
0 stars 7 forks source link

Add support for requesting disjoint paths #23

Open italovalcy opened 2 years ago

italovalcy commented 2 years ago

As discussed in PR kytos-ng/kytos#239 it would be interesting if pathfinder provides ways to request a maximum disjoint path from the user requests.

Blueprint EP029 has some information about the requirements for such feature.

Additionally, pathfinder can leverage some caching mechanism to avoid additional overhead when multiple requests are received for the same source/destination nodes. (unless some load balance is desirable)