summaryrefslogtreecommitdiff
path: root/lib/cspf.h
AgeCommit message (Collapse)Author
2023-04-03sharpd: Fix sharpd memory leakKeelan10
Free path Signed-off-by: Keelan Cannoo <keelan.cannoo@icloud.com>
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2022-02-02lib: Add CSPF Path Computation algorithmOlivier Dugeon
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>