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

`desired_links` should work like a logical AND filter #29

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

desired_links should work as a logical AND by default in order to be more valuable for network use cases and only filter on status.UP links. undesired_links can still work as a logical OR though.

I've had the chance to discuss some cases today with @jab1982 and @italovalcy. A logical AND for desired_links allow network operators to further specify which links should be present in a path, and this can be strategic when trying to further target a path as a constraint.

viniarck commented 1 year ago

Landed on https://github.com/kytos-ng/pathfinder/pull/30