summaryrefslogtreecommitdiffstats
path: root/lib/cspf.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add CSPF Path Computation algorithmOlivier Dugeon2022-02-021-0/+211
As helper function of Segment Routing Flex Algo or RSVP-TE add Constrained Shortest Path First algorithm able to compute path with constraints. Supported constraints are as follow: - Standard IGP metric - TE IGP metric - Delay metric - Bandwidth for given Class of Service for bandwidth reservation (RSVP-TE) Usage of CSPF algorithms is detailed in the doc/developer/cspf.rst file Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>