]> git.proxmox.com Git - mirror_frr.git/commit - doc/developer/cspf.rst
lib: Add CSPF Path Computation algorithm
authorOlivier Dugeon <olivier.dugeon@orange.com>
Thu, 13 Jan 2022 09:15:51 +0000 (10:15 +0100)
committerOlivier Dugeon <olivier.dugeon@orange.com>
Wed, 2 Feb 2022 16:04:12 +0000 (17:04 +0100)
commitfd8e262ab79bbe47e225c6900eccee3cec3be3ae
treecc3515a518f118ba5f9e843a44e8a36ffd6ba4f4
parent29abd4e319668cd341fb29e7678f62269cc01230
lib: Add CSPF Path Computation algorithm

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>
doc/developer/cspf.rst [new file with mode: 0644]
lib/cspf.c [new file with mode: 0644]
lib/cspf.h [new file with mode: 0644]
lib/subdir.am