bio-routing / bio-rd

bio routing is a project to create a versatile, fast and reliable routing daemon in Golang. bio = BGP + IS-IS + OSPF
Apache License 2.0
283 stars 44 forks source link

documentation: Document returned path order for ris #438

Open margau opened 1 year ago

margau commented 1 year ago

Describe the feature Document the slice order of paths in ris responses.

Use cases / additional context For every route, the ris does return a list of paths. ris tries to imitate the path selection algorithm of the router, and returns the assumed best path at first. This is not documented properly.